]> granicus.if.org Git - postgis/commitdiff
Apply clean-up steps after set-up steps have been applied.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 24 Feb 2016 14:32:39 +0000 (14:32 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 24 Feb 2016 14:32:39 +0000 (14:32 +0000)
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

index fd9e431801187a69b7cfb0049c7e93f755db8126..05435f132377aac40b052fef8e042b7eec290721 100755 (executable)
@@ -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" )