[postgis-tickets] r16126 - revise bessie scripts to make install and then test extension install
Regina Obe
lr at pcorp.us
Wed Nov 29 14:53:01 PST 2017
Author: robe
Date: 2017-11-29 14:53:00 -0800 (Wed, 29 Nov 2017)
New Revision: 16126
Modified:
trunk/ci/bessie/postgis_regress.sh
trunk/ci/bessie32/postgis_regress.sh
Log:
revise bessie scripts to make install and then test extension install
Modified: trunk/ci/bessie/postgis_regress.sh
===================================================================
--- trunk/ci/bessie/postgis_regress.sh 2017-11-29 02:37:54 UTC (rev 16125)
+++ trunk/ci/bessie/postgis_regress.sh 2017-11-29 22:53:00 UTC (rev 16126)
@@ -1,3 +1,4 @@
+#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
@@ -4,5 +5,7 @@
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
Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh 2017-11-29 02:37:54 UTC (rev 16125)
+++ trunk/ci/bessie32/postgis_regress.sh 2017-11-29 22:53:00 UTC (rev 16126)
@@ -4,5 +4,7 @@
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
More information about the postgis-tickets
mailing list