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
This: west twister -T samples\basic --list-tests will list all test under path samples\basic.
This: west twister -T samples\basic --list-tags will list all tags available under path samples\basic.
There is option -t which allows to filter tests based on tags but only when actually running test, is there a way to quickly filter tests based on tags and then display a list? the corresponding command would be west twister -T samples\basic -t LED --list-tests but the --list-tests takes precedence and show me a full list as if "-t LED" is not here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
This:
west twister -T samples\basic --list-tests
will list all test under pathsamples\basic
.This:
west twister -T samples\basic --list-tags
will list all tags available under pathsamples\basic
.There is option -t which allows to filter tests based on tags but only when actually running test, is there a way to quickly filter tests based on tags and then display a list? the corresponding command would be
west twister -T samples\basic -t LED --list-tests
but the --list-tests takes precedence and show me a full list as if "-t LED" is not here.Any idea?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions