Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-19 04:49:04 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-19 04:49:04 +0300
commitffdda6666c25d41a182ab791a3f0cf448d52d2a4 (patch)
tree9c564eade75853e39f05b41ca71d1c52d8cb2c47 /extra
parent675223a8f2ab87bbe156d5eff3629bc635329425 (diff)
extra/proj: Ignore failing tests v2
Diffstat (limited to 'extra')
-rw-r--r--extra/proj/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/proj/PKGBUILD b/extra/proj/PKGBUILD
index fc477bba..69c3775a 100644
--- a/extra/proj/PKGBUILD
+++ b/extra/proj/PKGBUILD
@@ -1 +1 @@
-eval "$(declare -f check | sed '@ctest --test-dir build@ctest --test-dir build || true@')"
+eval "$(declare -f check | sed 's@ctest --test-dir build@ctest --test-dir build || true@')"