From 7322364c36ff43930c3f6ae68e241eb6b3ac042c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 22 Oct 2014 16:00:03 +0000 Subject: [PATCH] Fix typo in "make garden" output summary git-svn-id: http://svn.osgeo.org/postgis/trunk@13107 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1