summaryrefslogtreecommitdiff
path: root/community/s2n-tls/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/s2n-tls/PKGBUILD')
-rw-r--r--community/s2n-tls/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/s2n-tls/PKGBUILD b/community/s2n-tls/PKGBUILD
index 523e6247..f96f9937 100644
--- a/community/s2n-tls/PKGBUILD
+++ b/community/s2n-tls/PKGBUILD
@@ -1,3 +1,7 @@
-# see FS32#166
-unset check
-unset checkdepends
+# ignore test results, see FS32#166
+eval "$(
+ declare -f check | \
+ sed '
+ s/\(cmake.*--target.*test.*\)/\1 || true/
+ '
+)"