summaryrefslogtreecommitdiff
path: root/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
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.patch12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index 9626735acb1f..000000000000
--- a/dev-cpp/pcg-cpp/files/pcg-cpp-0.98.1-testerror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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