]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
python: use avocado's "new" runner
authorJohn Snow <jsnow@redhat.com>
Wed, 19 Jan 2022 19:39:13 +0000 (14:39 -0500)
committerJohn Snow <jsnow@redhat.com>
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 <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>
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*