[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-18-g934fbf984

git at osgeo.org git at osgeo.org
Fri Jul 8 22:14:15 PDT 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  934fbf984d364ac9e95a467d8faafcf382b9d9e4 (commit)
      from  afeaf233e28483768c79243b9345cc33ef625532 (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 934fbf984d364ac9e95a467d8faafcf382b9d9e4
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Jul 9 07:13:32 2022 +0200

    run_test.pl: print an HINT when not finding build dir

diff --git a/regress/run_test.pl b/regress/run_test.pl
index d89d6944c..46086ad86 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -175,7 +175,8 @@ foreach my $exec ( ($SHP2PGSQL, $PGSQL2SHP) )
 	else
 	{
 		print "failed\n";
-		die "Unable to find $exec executable.\n";
+		print STDERR "Unable to find $exec executable.\n";
+		die "HINT: set POSTGIS_TOP_BUILD_DIR env variable to the build dir.\n";
 	}
 
 }

-----------------------------------------------------------------------

Summary of changes:
 regress/run_test.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list