From: Regina Obe Date: Fri, 29 May 2015 22:01:50 +0000 (+0000) Subject: Add raster garden tests to make garden run X-Git-Tag: 2.2.0rc1~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cadf19166e4eb4a5c7854842d3dc644a0e4619c;p=postgis Add raster garden tests to make garden run git-svn-id: http://svn.osgeo.org/postgis/trunk@13584 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index f90c543f6..3a561938d 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -247,11 +247,13 @@ garden: createlang plpgsql postgis_garden || true #tolerate an error here psql -d postgis_garden < $(REGRESS_INSTALLDIR)/share/contrib/postgis/postgis.sql && \ psql -d postgis_garden < $(REGRESS_INSTALLDIR)/share/contrib/postgis/spatial_ref_sys.sql || true # tolerate an error here + psql -d postgis_garden < $(REGRESS_INSTALLDIR)/share/contrib/postgis/rtpostgis.sql || true #tolerate an error here @echo '-------------------------------------------------' @echo 'Regression tests in progress (it will take time)' @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 + psql -ad postgis_garden < ../doc/raster_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql > raster_garden_result.txt 2>&1 #dropdb postgis_garden cleanup: