[SCM] PostGIS branch master updated. 3.4.0rc1-719-g2b56d4ae7

git at osgeo.org git at osgeo.org
Fri Oct 27 05:49:20 PDT 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  2b56d4ae741f4667b87b78d813368fd184980e30 (commit)
      from  12035906869dd35d6906718b600402e15d36f843 (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 2b56d4ae741f4667b87b78d813368fd184980e30
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Oct 27 14:48:47 2023 +0200

    run_test.pl: log stderr too when running createdb

diff --git a/regress/run_test.pl b/regress/run_test.pl
index 5fa78b212..e8e80936f 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1518,7 +1518,7 @@ sub create_db
 	if ( $DB_OWNER ) {
 		$createcmd .= " --owner $DB_OWNER";
 	}
-	$createcmd .= " $DB > $REGRESS_LOG";
+	$createcmd .= " $DB > $REGRESS_LOG 2>&1";
 
 	return 0 if system($createcmd);
 

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

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