You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using --build option in "mbed test" command (maybe happen when using other commands too), BUILD folder is also created.
It contains only .mbedignore file.
Happen because of this line:
program.ignore_build_dir() in def test_ (from mbed_test.py)