]> granicus.if.org Git - postgis/commitdiff
add in verbose and logic to drop test database if it exists. Switch to using BRANCH...
authorRegina Obe <lr@pcorp.us>
Tue, 12 Dec 2017 17:59:02 +0000 (17:59 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 12 Dec 2017 17:59:02 +0000 (17:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16146 b70326c6-7e19-0410-871a-916f4a2858ee

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

index f1997716bb90d970096f2aab1dca4bff63c17fd2..b9a4d3205f6bbf59fe2a00d6e182734bddf29a16 100644 (file)
@@ -4,5 +4,8 @@ sh autogen.sh
 make clean
 make
 export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG}
-make check
+export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
+psql -c "DROP DATABASE IF EXISTS postgis_reg;"
+make check RUNTESTFLAGS="-v"
+sudo make install
+make check RUNTESTFLAGS="-v --extension"
index f1997716bb90d970096f2aab1dca4bff63c17fd2..b9a4d3205f6bbf59fe2a00d6e182734bddf29a16 100644 (file)
@@ -4,5 +4,8 @@ sh autogen.sh
 make clean
 make
 export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${TAG}
-make check
+export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
+psql -c "DROP DATABASE IF EXISTS postgis_reg;"
+make check RUNTESTFLAGS="-v"
+sudo make install
+make check RUNTESTFLAGS="-v --extension"