From 37d8407d07f4613a7c2553e58bd9be9d002474b5 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 12 Dec 2017 17:59:02 +0000 Subject: [PATCH] add in verbose and logic to drop test database if it exists. Switch to using BRANCH instead of TAG git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16146 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/bessie/postgis_regress.sh | 7 +++++-- ci/bessie32/postgis_regress.sh | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh index f1997716b..b9a4d3205 100644 --- a/ci/bessie/postgis_regress.sh +++ b/ci/bessie/postgis_regress.sh @@ -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" diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh index f1997716b..b9a4d3205 100644 --- a/ci/bessie32/postgis_regress.sh +++ b/ci/bessie32/postgis_regress.sh @@ -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" -- 2.50.1