]> granicus.if.org Git - postgis/commitdiff
Add -v to the installcheck step of winnie build
authorSandro Santilli <strk@keybit.net>
Fri, 20 Nov 2015 18:42:02 +0000 (18:42 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 20 Nov 2015 18:42:02 +0000 (18:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14409 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/regress_postgis.sh

index 06d505b745529b35e91dcc64a2ca29589e9f247a..eb3cd484dc4926ef83d93e3e47c3f99b64b91934 100644 (file)
@@ -156,7 +156,7 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
  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 @@ fi
 if [ "$MAKE_GARDEN" == "1" ]; then
  export PGUSER=postgres
  make garden
-fi
\ No newline at end of file
+fi