From 343aac8f56cecdaf811c53989c731e7dd19da83d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 29 Nov 2017 22:53:00 +0000 Subject: [PATCH] revise bessie scripts to make install and then test extension install git-svn-id: http://svn.osgeo.org/postgis/trunk@16126 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/bessie/postgis_regress.sh | 5 ++++- ci/bessie32/postgis_regress.sh | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh index f1997716b..3eadd25a3 100644 --- a/ci/bessie/postgis_regress.sh +++ b/ci/bessie/postgis_regress.sh @@ -1,8 +1,11 @@ +#BRANCH is passed in via jenkins which is set via svn hook export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin sh autogen.sh ./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests make clean make export PGUSER=postgres -export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG} +export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH} make check +sudo make install +make check RUNTESTFLAGS=--extension diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh index f1997716b..c0741d6d5 100644 --- a/ci/bessie32/postgis_regress.sh +++ b/ci/bessie32/postgis_regress.sh @@ -4,5 +4,7 @@ sh autogen.sh make clean make export PGUSER=postgres -export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG} +export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH} make check +sudo make install +make check RUNTESTFLAGS=--extension -- 2.49.0