[postgis-tickets] r16145 - Add verbose flags to testflags
Regina Obe
lr at pcorp.us
Mon Dec 11 20:05:55 PST 2017
Author: robe
Date: 2017-12-11 20:05:55 -0800 (Mon, 11 Dec 2017)
New Revision: 16145
Modified:
trunk/ci/bessie/postgis_regress.sh
trunk/ci/bessie32/postgis_regress.sh
Log:
Add verbose flags to testflags
Modified: trunk/ci/bessie/postgis_regress.sh
===================================================================
--- trunk/ci/bessie/postgis_regress.sh 2017-12-11 21:14:31 UTC (rev 16144)
+++ trunk/ci/bessie/postgis_regress.sh 2017-12-12 04:05:55 UTC (rev 16145)
@@ -7,6 +7,6 @@
export PGUSER=postgres
export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check
+make check RUNTESTFLAGS="-v"
sudo make install
-make check RUNTESTFLAGS=--extension
+make check RUNTESTFLAGS="-v --extension"
Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh 2017-12-11 21:14:31 UTC (rev 16144)
+++ trunk/ci/bessie32/postgis_regress.sh 2017-12-12 04:05:55 UTC (rev 16145)
@@ -6,6 +6,6 @@
export PGUSER=postgres
export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check
+make check RUNTESTFLAGS="-v"
sudo make install
-make check RUNTESTFLAGS=--extension
+make check RUNTESTFLAGS="-v --extension"
More information about the postgis-tickets
mailing list