[postgis-tickets] r14409 - Add -v to the installcheck step of winnie build

Sandro Santilli strk at keybit.net
Fri Nov 20 10:42:02 PST 2015


Author: strk
Date: 2015-11-20 10:42:02 -0800 (Fri, 20 Nov 2015)
New Revision: 14409

Modified:
   trunk/ci/winnie/regress_postgis.sh
Log:
Add -v to the installcheck step of winnie build

Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh	2015-11-20 18:41:00 UTC (rev 14408)
+++ trunk/ci/winnie/regress_postgis.sh	2015-11-20 18:42:02 UTC (rev 14409)
@@ -156,7 +156,7 @@
  cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
  cp -r extensions/*/*.dll ${PGPATHEDB}/lib
  
- make check RUNTESTFLAGS=--extension
+ make check RUNTESTFLAGS="--extension -v"
  
  ##test address standardizer
  cd ${POSTGIS_SRC}
@@ -175,4 +175,4 @@
 if [ "$MAKE_GARDEN" == "1" ]; then
  export PGUSER=postgres
  make garden
-fi
\ No newline at end of file
+fi



More information about the postgis-tickets mailing list