From 25094ae29c5e7827678ac15bc92034cda06f07b3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 24 Feb 2016 14:32:39 +0000 Subject: [PATCH] Apply clean-up steps after set-up steps have been applied. https://github.com/postgis/postgis/pull/33 git-svn-id: http://svn.osgeo.org/postgis/trunk@14679 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/run_test.pl b/regress/run_test.pl index fd9e43180..05435f132 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -423,7 +423,8 @@ foreach $TEST (@ARGV) { print " skipped (can't read any ${TEST}.{sql,dbf,tif,dmp})\n"; $SKIP++; - next; + # Even though we skipped this test, we will still run the cleanup + # scripts } if ( -r "${TEST}-post.sql" ) -- 2.40.0