aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-05-31 17:47:45 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-31 16:15:20 +0000
commite5dcc897c50afbdf1c98ec95ffbbd9f29a4fd496 (patch)
tree95c1874adf31472703af645639540f69eb0f6aca
parent1bd21214d7e3fd4921cd026bc3203bcb306da21d (diff)
downloadaports-e5dcc897c50afbdf1c98ec95ffbbd9f29a4fd496.tar.bz2
aports-e5dcc897c50afbdf1c98ec95ffbbd9f29a4fd496.tar.xz
main/postgresql: enable plperl test
with fixed perl package plperl test works again
-rw-r--r--main/postgresql/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD
index e3a27dab47..fa38277d46 100644
--- a/main/postgresql/APKBUILD
+++ b/main/postgresql/APKBUILD
@@ -124,8 +124,7 @@ check() {
cd "$builddir"
_run_tests src/test
- # FIXEME: fix plperl which fails
- # _run_tests src/pl
+ _run_tests src/pl
_run_tests contrib
}