[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.2-15-g4bb2f7eca

git at osgeo.org git at osgeo.org
Fri Aug 12 07:55:14 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, stable-3.2 has been updated
       via  4bb2f7ecadbfdbedef4f951e951fa53c773e687f (commit)
      from  0f50c8e097ebe5e33238b984117405fb6e2a7aae (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 4bb2f7ecadbfdbedef4f951e951fa53c773e687f
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