diff options
author | John Snow <jsnow@redhat.com> | 2022-01-19 14:39:13 -0500 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2022-01-21 16:01:13 -0500 |
commit | 57a6b4478ce11a6871ea724778ff21f8290ea5d9 (patch) | |
tree | ea943f8cfa8c726d03a104172326625b7110e846 /python | |
parent | 1e4d8b31be35e54b6429fea54f5ecaa0083f91e7 (diff) |
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>
Diffstat (limited to 'python')
-rw-r--r-- | python/avocado.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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* |