We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7854c0 commit 7557756Copy full SHA for 7557756
scripts/pylib/twister/twisterlib/testplan.py
@@ -820,7 +820,7 @@ def apply_filters(self, **kwargs):
820
if not missing_snippet:
821
# Look for required snippets and check that they are applicable for these
822
# platforms/boards
823
- for this_snippet in found_snippets:
+ for this_snippet in snippet_args['snippets']:
824
matched_snippet_board = False
825
826
# If the "appends" key is present with at least one entry then this
0 commit comments