[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-352-gab5af132f
git at osgeo.org
git at osgeo.org
Wed Nov 30 07:14:38 PST 2022
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 ab5af132f09fc35b544b6c3d7aecedae2d34e44b (commit)
from a3b76177ed77e01dda5777b67ba55483cda96205 (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 ab5af132f09fc35b544b6c3d7aecedae2d34e44b
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Nov 30 16:12:54 2022 +0100
Stop printing PATH from run_test.pl
diff --git a/regress/run_test.pl b/regress/run_test.pl
index 26eaa73f6..a92957691 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -161,9 +161,6 @@ $PGOPTIONS .= " -c client_min_messages=NOTICE";
$PGOPTIONS .= " -c extra_float_digits=0";
$ENV{"PGOPTIONS"} = $PGOPTIONS;
-# Bring the path info in
-my $PATH = $ENV{"PATH"}; # this is useless
-
# Calculate the regression directory locations
my $STAGED_INSTALL_DIR = $TOP_BUILDDIR . "/regress/00-regress-install";
my $STAGED_SCRIPTS_DIR = $STAGED_INSTALL_DIR . "/share/contrib/postgis";
@@ -175,8 +172,6 @@ my $OBJ_COUNT_POST = 0;
# Check that we have the executables we need
##################################################################
-print "PATH is $PATH\n";
-
foreach my $exec ( ($SHP2PGSQL, $PGSQL2SHP) )
{
printf "Checking for %s ... ", basename($exec);
-----------------------------------------------------------------------
Summary of changes:
regress/run_test.pl | 5 -----
1 file changed, 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list