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 91dd4fc commit 9fc414aCopy full SHA for 9fc414a
scripts/tests/twister_blackbox/test_qemu.py
@@ -85,7 +85,7 @@ def teardown_class(cls):
85
]
86
)
87
def test_emulation_only(self, capfd, test_path, test_platforms, expected):
88
- args = ['-T', test_path, '--emulation-only'] + \
+ args = ['-i', '-T', test_path, '--emulation-only'] + \
89
[val for pair in zip(
90
['-p'] * len(test_platforms), test_platforms
91
) for val in pair]
0 commit comments