summary refs log tree commit diff stats
path: root/scripts/test-driver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scripts: remove dead filePaolo Bonzini2023-06-061-35/+0
| | | | | | | | scripts/test-driver.py was used when "make check" was already using meson introspection data, but it did not execute "meson test". It is dead since commit 3d2f73ef75e ("build: use "meson test" as the test harness", 2021-12-23). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* mtest2make: hide output of successful testsPaolo Bonzini2020-09-081-0/+35
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>