From ab11ece987f3130650107f1745754ea37aac5417 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 20 Nov 2015 18:42:02 +0000 Subject: [PATCH] Add -v to the installcheck step of winnie build git-svn-id: http://svn.osgeo.org/postgis/trunk@14409 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/winnie/regress_postgis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0