]> granicus.if.org Git - postgis/commitdiff
revise bessie scripts to make install and then test extension install
authorRegina Obe <lr@pcorp.us>
Wed, 29 Nov 2017 22:53:00 +0000 (22:53 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 29 Nov 2017 22:53:00 +0000 (22:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16126 b70326c6-7e19-0410-871a-916f4a2858ee

ci/bessie/postgis_regress.sh
ci/bessie32/postgis_regress.sh

index f1997716bb90d970096f2aab1dca4bff63c17fd2..3eadd25a3bac17cbbe9130a11065804a016ddfc3 100644 (file)
@@ -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
index f1997716bb90d970096f2aab1dca4bff63c17fd2..c0741d6d50d6d216e43e8536967636a8752f86e7 100644 (file)
@@ -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