summaryrefslogtreecommitdiff
path: root/community/postgrest/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-15 17:39:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-15 17:39:47 +0100
commited8e05f068b95ebc74f1e1d2671d82b90ea6b1e2 (patch)
tree4b30f829dd81db976e12b18d390269d038c84695 /community/postgrest/PKGBUILD
parent04e344a2740abcb21273265bafc67df427407bae (diff)
downloadpackages-ed8e05f068b95ebc74f1e1d2671d82b90ea6b1e2.tar.xz
community/postgrest: disabled testing for now, see FS32#28
Diffstat (limited to 'community/postgrest/PKGBUILD')
-rw-r--r--community/postgrest/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/postgrest/PKGBUILD b/community/postgrest/PKGBUILD
new file mode 100644
index 00000000..dfb0c7c6
--- /dev/null
+++ b/community/postgrest/PKGBUILD
@@ -0,0 +1,9 @@
+# See FS32#28, problems running the postgresql server with pifpaf and
+# running system tests against it.
+
+eval "$(
+ declare -f check | \
+ sed '
+ /cd/ i return
+ '
+)"