mbtproject/mbt

mbt xxx local commands do not detect the newly added modules in deeper levels

buddhike opened this issue · 0 comments

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.