mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
python: use avocado's "new" runner
The old legacy runner no longer seems to work with output logging, so we can't see failure logs when a test case fails. The new runner doesn't (seem to) support Coverage.py yet, but seeing error output is a more important feature. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Beraldo Leal <bleal@redhat.com> Message-id: 20220119193916.4138217-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
1e4d8b31be
commit
57a6b4478c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[run]
|
||||
test_runner = runner
|
||||
test_runner = nrunner
|
||||
|
||||
[simpletests]
|
||||
# Don't show stdout/stderr in the test *summary*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue