]> granicus.if.org Git - postgis/commitdiff
Add raster garden tests to make garden run
authorRegina Obe <lr@pcorp.us>
Fri, 29 May 2015 22:01:50 +0000 (22:01 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 29 May 2015 22:01:50 +0000 (22:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13584 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile.in

index f90c543f6ff7fbaab19b74494dd4b07aa36a29ad..3a561938d29c94960783562e4fb2b451d13eacbd 100644 (file)
@@ -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: