57a6b4478c
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>
14 lines
336 B
INI
14 lines
336 B
INI
[run]
|
|
test_runner = nrunner
|
|
|
|
[simpletests]
|
|
# Don't show stdout/stderr in the test *summary*
|
|
status.failure_fields = ['status']
|
|
|
|
[job]
|
|
# Don't show the full debug.log output; only select stdout/stderr.
|
|
output.testlogs.logfiles = ['stdout', 'stderr']
|
|
|
|
# Show full stdout/stderr only on tests that FAIL
|
|
output.testlogs.statuses = ['FAIL']
|