From: Paul Ramsey Date: Wed, 24 Feb 2016 14:32:39 +0000 (+0000) Subject: Apply clean-up steps after set-up steps have been applied. X-Git-Tag: 2.3.0beta1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25094ae29c5e7827678ac15bc92034cda06f07b3;p=postgis 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 --- 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" )