From c9d61e972c4766993a1fa5bda4f5ffdf30b9aecb Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 14 Jul 2019 05:06:19 +0000 Subject: [PATCH] revise to install and test extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@17599 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/berrie/postgis_regress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh index ed0419ff7..d8cf65292 100644 --- a/ci/berrie/postgis_regress.sh +++ b/ci/berrie/postgis_regress.sh @@ -9,5 +9,5 @@ export PGUSER=postgres #export PGIS_REG_TMPDIR=tmp psql -c "DROP DATABASE IF EXISTS postgis_reg;" make check RUNTESTFLAGS="-v" -#make install -#make check RUNTESTFLAGS="-v --extension" \ No newline at end of file +sudo make install +make check RUNTESTFLAGS="-v --extension" \ No newline at end of file -- 2.49.0