[postgis-tickets] r14408 - Add -v to the installcheck step

Sandro Santilli strk at keybit.net
Fri Nov 20 10:41:00 PST 2015


Author: strk
Date: 2015-11-20 10:41:00 -0800 (Fri, 20 Nov 2015)
New Revision: 14408

Modified:
   branches/2.2/ci/winnie/regress_postgis.sh
Log:
Add -v to the installcheck step

Trying to know more about this failure:
http://winnie.postgis.net:1500/job/PostGIS_EDB_Regress_winnie/1084

Modified: branches/2.2/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.2/ci/winnie/regress_postgis.sh	2015-11-20 14:01:47 UTC (rev 14407)
+++ branches/2.2/ci/winnie/regress_postgis.sh	2015-11-20 18:41:00 UTC (rev 14408)
@@ -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