mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
Changes from ::guru: * New snapshot * Removed .pc file, which is not upstream * Not installing samples * Patch test to fail if failed Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43482 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
307 B
Diff
13 lines
307 B
Diff
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
|