From: Sandro Santilli Date: Wed, 22 Oct 2014 16:00:03 +0000 (+0000) Subject: Fix typo in "make garden" output summary X-Git-Tag: 2.2.0rc1~748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7322364c36ff43930c3f6ae68e241eb6b3ac042c;p=postgis Fix typo in "make garden" output summary git-svn-id: http://svn.osgeo.org/postgis/trunk@13107 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index b3d749cc4..b2c403df5 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -227,7 +227,7 @@ garden: psql -d postgis_garden < ../spatial_ref_sys.sql @echo '-------------------------------------------------' @echo 'Regression tests in progress (it will take time)' - @echo 'Result output: ./regress/garden_result.txt' + @echo 'Result output: ./regress/postgis_garden_result.txt' @echo '-------------------------------------------------' psql -ad postgis_garden < ../doc/postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql > postgis_garden_result.txt 2>&1 #dropdb postgis_garden