[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.6-14-g7e32d9bc9
git at osgeo.org
git at osgeo.org
Fri Aug 12 07:55:48 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.0 has been updated
via 7e32d9bc99f6bca54406976bd29722dca837bb38 (commit)
from 57ddb85f248967437b301a338f43acc3b67c2ddf (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 7e32d9bc99f6bca54406976bd29722dca837bb38
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