From ffdda6666c25d41a182ab791a3f0cf448d52d2a4 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Fri, 19 Apr 2024 04:49:04 +0300 Subject: extra/proj: Ignore failing tests v2 --- extra/proj/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@')" -- cgit v1.2.3-54-g00ecf