Skip to content

Commit

Permalink
scripts: tests: twister_blackbox: Add -i flag to qemu tests
Browse files Browse the repository at this point in the history
An -i flag allows easier debugging for blackbox qemu tests.

Signed-off-by: Lukasz Mrugala <[email protected]>
  • Loading branch information
LukaszMrugala authored and nashif committed Sep 11, 2023
1 parent 91dd4fc commit 9fc414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/twister_blackbox/test_qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def teardown_class(cls):
]
)
def test_emulation_only(self, capfd, test_path, test_platforms, expected):
args = ['-T', test_path, '--emulation-only'] + \
args = ['-i', '-T', test_path, '--emulation-only'] + \
[val for pair in zip(
['-p'] * len(test_platforms), test_platforms
) for val in pair]
Expand Down

0 comments on commit 9fc414a

Please sign in to comment.