From: Sandro Santilli Date: Fri, 20 Nov 2015 18:42:02 +0000 (+0000) Subject: Add -v to the installcheck step of winnie build X-Git-Tag: 2.3.0beta1~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab11ece987f3130650107f1745754ea37aac5417;p=postgis Add -v to the installcheck step of winnie build git-svn-id: http://svn.osgeo.org/postgis/trunk@14409 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh index 06d505b74..eb3cd484d 100644 --- a/ci/winnie/regress_postgis.sh +++ b/ci/winnie/regress_postgis.sh @@ -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