gentoo/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch
Alexey Sokolov 35c3e1bee8
dev-cpp/pcg-cpp: new package, add 0.98.1_p20220408
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>
2025-09-04 21:48:36 +01:00

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