[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-116-g5d6bc59
git at osgeo.org
git at osgeo.org
Thu Oct 29 07:49:52 PDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 5d6bc59868f6c15237e76377c7b91b7b154f12c6 (commit)
from 402fdc0e8191422b23996eafde93b2dce33c1595 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d6bc59868f6c15237e76377c7b91b7b154f12c6
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Oct 29 15:49:16 2020 +0100
Fix post-unlinking of raster pre-created test files
diff --git a/raster/test/regress/load_outdb-post.pl b/raster/test/regress/load_outdb-post.pl
index 54c91a3..4d6facb 100755
--- a/raster/test/regress/load_outdb-post.pl
+++ b/raster/test/regress/load_outdb-post.pl
@@ -1,8 +1,2 @@
-use File::Basename;
-use Cwd 'abs_path';
-
-my $REGDIR = abs_path(dirname($0));
-my $RASTERDIR = abs_path($REGDIR . "/../raster/test/regress");
-
-unlink $RASTERDIR . '/' . $TEST . '-pre.sql';
-#unlink $RASTERDIR . '/' . $TEST . '-post.sql';
+unlink $TEST . "-pre.sql";
+#unlink $TEST . "-post.sql";
-----------------------------------------------------------------------
Summary of changes:
raster/test/regress/load_outdb-post.pl | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list