]> Git Repo - qemu.git/commitdiff
python: use avocado's "new" runner
authorJohn Snow <[email protected]>
Wed, 19 Jan 2022 19:39:13 +0000 (14:39 -0500)
committerJohn Snow <[email protected]>
Fri, 21 Jan 2022 21:01:13 +0000 (16:01 -0500)
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 <[email protected]>
Reviewed-by: Beraldo Leal <[email protected]>
Message-id: 20220119193916.4138217[email protected]
Signed-off-by: John Snow <[email protected]>
python/avocado.cfg

index c7722e7ecd327cdaf7f7d81da3ff622ca763f07c..a4604200594e11294b8ddc4416aa7043c5445ed9 100644 (file)
@@ -1,5 +1,5 @@
 [run]
-test_runner = runner
+test_runner = nrunner
 
 [simpletests]
 # Don't show stdout/stderr in the test *summary*
This page took 0.030593 seconds and 4 git commands to generate.