Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-12 10:49:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-12 10:49:32 +0200
commit09e98115dcf4e48bb3333f599c6d5437c4b544e6 (patch)
tree92f715dc8d6582cfbfa35cc72bc1d51ca5d2dc57 /extra
parentdc3b3d9143cb88a9b23725d79de0dc09402c2e3b (diff)
extra/guile: execute tests, but ignore failures
Diffstat (limited to 'extra')
-rw-r--r--extra/guile/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/extra/guile/PKGBUILD b/extra/guile/PKGBUILD
index e73f812f..9a4dd6a2 100644
--- a/extra/guile/PKGBUILD
+++ b/extra/guile/PKGBUILD
@@ -1,2 +1,7 @@
# 2 tests fail in stack overflows, ignoring for now
-unset check
+eval "$(
+ declare -f check | \
+ sed '
+ s/make check/make check || true/
+ '
+)"