mtest2make: hide output of successful tests
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 13:14:41 +0000 (09:14 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 05:17:09 +0000 (07:17 +0200)
commitd322e84eef850d1e16bca81ac9b6811f13a8d7a7
treee961a6dfab07e387b764f3971c56111be70db39c
parent42d729e12c9a03e1140d681a5fdeceb10c4fa548
mtest2make: hide output of successful tests

The softfloat tests are quite noisy; before the Meson conversion
they buffered the output in a file and emitted the output only
if the test failed.  Tweak mtest2make.py so that the courtesy
is extended to all non-TAP tests.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/mtest2make.py
scripts/test-driver.py [new file with mode: 0644]