diff options
| author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2025-08-15 22:10:42 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-09-04 21:48:36 +0100 |
| commit | 35c3e1bee8f56edf7445aed066af87d360118325 (patch) | |
| tree | 81937e4b6fcb54c65056a81bb28c7b0450e97d4f /dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch | |
| parent | 7aeb2187092c15425dfcf9d1a21ae78fa36c2760 (diff) | |
| download | gentoo-35c3e1bee8f56edf7445aed066af87d360118325.tar.gz gentoo-35c3e1bee8f56edf7445aed066af87d360118325.tar.bz2 gentoo-35c3e1bee8f56edf7445aed066af87d360118325.zip | |
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>
Diffstat (limited to 'dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch')
| -rw-r--r-- | dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch b/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch new file mode 100644 index 000000000000..9626735acb1f --- /dev/null +++ b/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch @@ -0,0 +1,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 |
