From: John Snow Date: Wed, 19 Jan 2022 19:39:13 +0000 (-0500) Subject: python: use avocado's "new" runner X-Git-Tag: qemu-xen-4.17.0-rc4~122^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=57a6b4478ce11a6871ea724778ff21f8290ea5d9;p=qemu-xen.git 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 Reviewed-by: Beraldo Leal Message-id: 20220119193916.4138217-3-jsnow@redhat.com Signed-off-by: John Snow --- diff --git a/python/avocado.cfg b/python/avocado.cfg index c7722e7ecd..a460420059 100644 --- a/python/avocado.cfg +++ b/python/avocado.cfg @@ -1,5 +1,5 @@ [run] -test_runner = runner +test_runner = nrunner [simpletests] # Don't show stdout/stderr in the test *summary*