blob: 9626735acb1f3bfb5eb8f124d52e0464e8765f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Fail test if test failed
https://github.com/imneme/pcg-cpp/pull/100
--- a/test-high/run-tests.sh
+++ b/test-high/run-tests.sh
@@ -94,5 +94,6 @@ else
echo All tests except tests awkward tests with 128-bit math succceed.
else
echo ERROR: Some tests failed.
+ exit 1
fi
fi
|