]> granicus.if.org Git - postgis/commitdiff
run_test doesn't need USE_VERSION anymore
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 10:42:48 +0000 (10:42 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 10:42:48 +0000 (10:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8557 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/Makefile.in
regress/Makefile.in
topology/test/Makefile

index 265fc517573ca2ef0fe9baa93ecaed767c8c6c50..5bb4ac102ea718e202001bd70134a168d99b5d34 100644 (file)
@@ -143,7 +143,7 @@ rtpostgis.sql: ../../rt_pg/rtpostgis.sql
 check: rtpostgis.sql
        $(MAKE) -C ../../../regress postgis.sql staged-install
        $(MAKE) -C ../../rt_pg REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
-       USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS)
+       ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS)
 
 #all: run_test
 
index 87b9e58bfc229f338d20db4cbc39173ae237d315..8b1e957cde0c260b77b4221f28d12f5bb17bd36b 100644 (file)
@@ -138,7 +138,7 @@ staged-install: postgis.sql
        #$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
 
 test check: staged-install
-       @USE_VERSION=$(POSTGIS_PGSQL_VERSION) ./run_test $(RUNTESTFLAGS) $(TESTS)
+       ./run_test $(RUNTESTFLAGS) $(TESTS)
 
 garden:
        createdb postgis_garden
index bd1e2befd60f41a4126c27042f23c99bd43bd734..062fbaf3935df5ed09d701b07ca12ca3cf4c2975 100644 (file)
@@ -57,4 +57,4 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \
 
 check: topo_predicates.sql load_topology.sql load_topology-4326.sql
        $(MAKE) -C ../../regress postgis.sql staged-install
-       @USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../regress/run_test $(RUNTESTFLAGS) --topology $(TESTS)
+       ../../regress/run_test $(RUNTESTFLAGS) --topology $(TESTS)