[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-3-g755e8114e

git at osgeo.org git at osgeo.org
Fri Aug 12 07:54:50 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  755e8114efee5e5e9999dcaa99c48a812beb708a (commit)
      from  0fac2660f2fe5b3e3510f2dd3a82741c1b9c309f (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 755e8114efee5e5e9999dcaa99c48a812beb708a
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 12 16:51:09 2022 +0200

    run_test.pl: run psql in quiet mode when loading scripts

diff --git a/regress/run_test.pl b/regress/run_test.pl
index efafb29ae..c66331f5b 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1383,7 +1383,7 @@ sub load_sql_file
 	if ( -e $file )
 	{
 		# ON_ERROR_STOP is used by psql to return non-0 on an error
-		my $psql_opts = "--no-psqlrc --variable ON_ERROR_STOP=true";
+		my $psql_opts = "--quiet --no-psqlrc --variable ON_ERROR_STOP=true";
 		my $cmd = "psql $psql_opts -c 'CREATE SCHEMA IF NOT EXISTS $OPT_SCHEMA' ";
 		$cmd .= "-c 'SET search_path TO $OPT_SCHEMA,topology'";
 		$cmd .= " -Xf $file $DB >> $REGRESS_LOG 2>&1";

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

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