[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-620-g7223866c5
git at osgeo.org
git at osgeo.org
Thu Feb 16 08:36:23 PST 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 7223866c546ddce6b2d4b2d304cf70eb099b0da0 (commit)
from 94954120d282337f05207610ad688d1e1445cc86 (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 7223866c546ddce6b2d4b2d304cf70eb099b0da0
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 16 17:35:54 2023 +0100
run_test.pl: show failing logs when VERBOSITY > 1 too
diff --git a/regress/run_test.pl b/regress/run_test.pl
index c78e76631..5750dce07 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -707,7 +707,7 @@ sub fail
{
printf(" failed (%s)\n", $msg);
}
- elsif ( $VERBOSE == 1 )
+ elsif ( $VERBOSE )
{
printf(" failed (%s: %s)\n", $msg, $log);
print "-----------------------------------------------------------------------------\n";
-----------------------------------------------------------------------
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