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
PlatformIO Version:
tested on both 6.0.1 & 6.0.2a1
Description of problem
first mentioned here PIO test filters not working?
Hi, I’ve used filters for unit testing on version 5x without problem,
now I’m testing same project on version 6.0.1 but seems filters are broken?
also created new project and got the same results.
sample command: pio test -e native -f aaa
should only run aaa file but it seems that the filter is ignored all together.
the output is like this;
ali@Air ~/d/n/esp32> pio test -e native --filter aaa master-!?
Verbose mode can be enabled via `-v, --verbose` option
Collected 1 tests
Processing *in native environment
...
The content of platformio.ini:
[env:native]platform = native
build_type = debug
build_flags = -std=gnu++11
lib_compat_mode = off
lib_archive = no
The text was updated successfully, but these errors were encountered:
Operating system:
macos 12.1
PlatformIO Version:
tested on both
6.0.1
&6.0.2a1
Description of problem
first mentioned here PIO test filters not working?
Hi, I’ve used filters for unit testing on version 5x without problem,
now I’m testing same project on version 6.0.1 but seems filters are broken?
also created new project and got the same results.
sample command:
pio test -e native -f aaa
should only run aaa file but it seems that the filter is ignored all together.
the output is like this;
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: