mbt xxx local commands do not detect the newly added modules in deeper levels
buddhike opened this issue · 0 comments
buddhike commented
To reproduce:
From repository root run:
mkdir -p a/b
echo "name: new-module" > a/b/.mbt.yml
Then try a local command, for example:
mbt describe local
Result: "no modules found"
Expected: Modules table with a single entry for newly added module.