From 6036d947b666442d52ec171e6934c7050a34c626 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 31 May 2012 20:16:23 +0000 Subject: [PATCH] back out run_test.pl change, that was an accident git-svn-id: http://svn.osgeo.org/postgis/trunk@9845 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topology/test/Makefile b/topology/test/Makefile index fcbfc79c1..1728bd190 100644 --- a/topology/test/Makefile +++ b/topology/test/Makefile @@ -66,5 +66,5 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \ check: topo_predicates.sql load_topology.sql load_topology-4326.sql $(MAKE) -C ../../regress staged-install - ../../regress/run_test.pl --topology $(RUNTESTFLAGS) $(TESTS) - ../../regress/run_test.pl --upgrade --topology $(RUNTESTFLAGS) $(TESTS) + ../../regress/run_test --topology $(RUNTESTFLAGS) $(TESTS) + ../../regress/run_test --upgrade --topology $(RUNTESTFLAGS) $(TESTS) -- 2.40.0