On 5/23/23 05:04, Peter Maydell wrote:
The check.sh script doesn't set its exit status to 1 for failures in
the succ_* (should-pass) tests, only for the err_* (should-error)
tests. This means that even on a test failure meson will report that
the test suite passed. Set the exit status for all failures.
Signed-off-by: Peter Maydell <[email protected]>
---
In an ideal world we'd tell meson how to run each test, so that
we got per-test pass/fail/log information, I suppose.
Reviewed-by: Richard Henderson <[email protected]>
But I've also just sent a conversion to meson.
r~