Skip to content

Commit 9fc414a

Browse files
LukaszMrugalanashif
authored andcommitted
scripts: tests: twister_blackbox: Add -i flag to qemu tests
An -i flag allows easier debugging for blackbox qemu tests. Signed-off-by: Lukasz Mrugala <[email protected]>
1 parent 91dd4fc commit 9fc414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/twister_blackbox/test_qemu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def teardown_class(cls):
8585
]
8686
)
8787
def test_emulation_only(self, capfd, test_path, test_platforms, expected):
88-
args = ['-T', test_path, '--emulation-only'] + \
88+
args = ['-i', '-T', test_path, '--emulation-only'] + \
8989
[val for pair in zip(
9090
['-p'] * len(test_platforms), test_platforms
9191
) for val in pair]

0 commit comments

Comments
 (0)