[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-595-ge4e77f514
git at osgeo.org
git at osgeo.org
Fri Feb 10 10:39:32 PST 2023
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 e4e77f51438dbee0e7bb787a307f0a4bbd13e3f3 (commit)
from b669712b3ea8df41e179316bd4ce76210a001e32 (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 e4e77f51438dbee0e7bb787a307f0a4bbd13e3f3
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Feb 10 19:38:52 2023 +0100
Allow overriding POSTGIS_REGRESS_DIR
diff --git a/regress/run_test.pl b/regress/run_test.pl
index b0c1ff6f1..06667de1a 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -48,7 +48,7 @@ BEGIN {
##################################################################
our $DB = $ENV{"POSTGIS_REGRESS_DB"} || "postgis_reg";
-our $REGDIR = abs_path(dirname($0));
+our $REGDIR = $ENV{"POSTGIS_REGRESS_DIR"} || abs_path(dirname($0));
our $TOP_BUILDDIR = $ENV{"POSTGIS_TOP_BUILD_DIR"} || ${REGDIR} . '/..';
our $sysdiff = !system("diff --strip-trailing-cr $0 $0 2> /dev/null");
-----------------------------------------------------------------------
Summary of changes:
regress/run_test.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list