From: Sandro Santilli Date: Mon, 7 Apr 2014 14:39:46 +0000 (+0000) Subject: Echo input during garden testing X-Git-Tag: 2.2.0rc1~1154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1c04cc62b0e9f41645e4d65fcd99d4907a37ce;p=postgis Echo input during garden testing git-svn-id: http://svn.osgeo.org/postgis/trunk@12428 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index 10198479d..3140c0b56 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -219,7 +219,7 @@ garden: @echo 'Regression tests in progress (it will take time)' @echo 'Result output: ./regress/garden_result.txt' @echo '-------------------------------------------------' - psql -d postgis_garden < ../doc/postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql > postgis_garden_result.txt 2>&1 + psql -ad postgis_garden < ../doc/postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql > postgis_garden_result.txt 2>&1 #dropdb postgis_garden cleanup: