aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sbcl/ignore-test-failure.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-12 02:01:01 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-12 12:59:30 +0200
commit2318ed1c707a4a19014007b4338bb30cd26c55e6 (patch)
tree391d5a10653b9830d0a52dfd6bfdbe116849dcd5 /testing/sbcl/ignore-test-failure.patch
parent064b9721df5ea108e8f0011b238bb19b0b620730 (diff)
downloadaports-2318ed1c707a4a19014007b4338bb30cd26c55e6.tar.bz2
aports-2318ed1c707a4a19014007b4338bb30cd26c55e6.tar.xz
testing/sbcl: fix and enable threads support
Diffstat (limited to 'testing/sbcl/ignore-test-failure.patch')
-rw-r--r--testing/sbcl/ignore-test-failure.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/sbcl/ignore-test-failure.patch b/testing/sbcl/ignore-test-failure.patch
deleted file mode 100644
index a3e6e7f6a4..0000000000
--- a/testing/sbcl/ignore-test-failure.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -upr sbcl-1.3.1.orig/make-target-contrib.sh sbcl-1.3.1/make-target-contrib.sh
---- sbcl-1.3.1.orig/make-target-contrib.sh 2016-04-06 13:29:37.339769604 +0200
-+++ sbcl-1.3.1/make-target-contrib.sh 2016-04-06 13:29:51.246113373 +0200
-@@ -130,5 +130,5 @@ EOF
- done
-
- if [ $HEADER_HAS_BEEN_PRINTED = true ]; then
-- exit 1
-+ exit 0
- fi