David Given
fac0764621
Don't crash and burn if there are no tests to run.
2018-06-23 11:14:40 +02:00
George Koehler
96e23b3a0f
Show tests that @@TIMEDOUT.
...
A `set -e` in testdriver.sh caused it to exit early and hide the
output of a @@TIMEDOUT test, so I never saw the @@TIMEDOUT marker.
Then build.lua added a @@FAIL marker.
2017-11-08 14:08:43 -05:00
David Given
1ea46f6afe
Actually tell the user which tests failed.
2017-01-15 22:26:09 +01:00
David Given
3fe285f8f8
Fix some shell issues that would occasionally cause hangs if no tests failed.
2016-12-05 21:06:38 +01:00
David Given
353e2d2842
Typo fix.
2016-12-02 00:18:44 +01:00
David Given
213def9666
Don't fail to build if all tests are skipped.
2016-12-02 00:14:40 +01:00
David Given
3aa0487289
UI tweaks to the test summary.
2016-12-02 00:10:33 +01:00
David Given
467709ff38
Report skipped, failed and timed out tests.
2016-12-02 00:00:31 +01:00
David Given
8c99e2b7ad
Run all tests, even the ones which fail, and emit a test summary right at the
...
end of the build (and fail then).
2016-12-01 23:03:30 +01:00