Menu

#580 Check overall test suite status after all test suites complete.

RELEASE_1_0
new
None
build-system
low
2020-02-10
2020-02-10
No

Currently, make run-tests fails on the first test suite failure encountered, because test-suite invocation and directory traversal happen at the same time.

It may be more informative to run all the test suites and to then report the overall pass/fail status.

We cannot just use make -k run-tests, since we need the overall run to fail if any of the test suites had failed.

Related

Tickets: #579

Discussion


Log in to post a comment.