[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-108-gac03518
git at osgeo.org
git at osgeo.org
Wed Oct 28 16:15:28 PDT 2020
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 ac0351817888d8f45911de1b60c21a461acf9507 (commit)
from d304bada1c7fed6b2f3f20a0f417ec26ebe8ad42 (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 ac0351817888d8f45911de1b60c21a461acf9507
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Oct 29 00:14:51 2020 +0100
Do not print filenames with just -v, it's annoying
... eventually we might want to add support for -v -v
diff --git a/regress/run_test.pl b/regress/run_test.pl
index d19adf2..ff7b711 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1371,7 +1371,7 @@ sub load_sql_file
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";
- print " $file\n" if $VERBOSE;
+ #print " $file\n" if $VERBOSE;
my $rv = system($cmd);
if ( $rv )
{
-----------------------------------------------------------------------
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