[postgis-tickets] r14679 - Apply clean-up steps after set-up steps have been applied.
Paul Ramsey
pramsey at cleverelephant.ca
Wed Feb 24 06:32:39 PST 2016
Author: pramsey
Date: 2016-02-24 06:32:39 -0800 (Wed, 24 Feb 2016)
New Revision: 14679
Modified:
trunk/regress/run_test.pl
Log:
Apply clean-up steps after set-up steps have been applied.
https://github.com/postgis/postgis/pull/33
Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl 2016-02-24 14:00:02 UTC (rev 14678)
+++ trunk/regress/run_test.pl 2016-02-24 14:32:39 UTC (rev 14679)
@@ -423,7 +423,8 @@
{
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" )
More information about the postgis-tickets
mailing list