[SCM] PostGIS branch master updated. 3.6.0rc2-10-ga38d0ca46

git at osgeo.org git at osgeo.org
Tue Aug 26 03:11:01 PDT 2025


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  a38d0ca46e821ac48cd998e1f3b057d257deae79 (commit)
      from  ba3c19f9e35d16e5a20954a4e63d6e50bb145f0f (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 a38d0ca46e821ac48cd998e1f3b057d257deae79
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 26 12:10:45 2025 +0200

    Streamline reporting

diff --git a/utils/check_all_downgrades.sh b/utils/check_all_downgrades.sh
index a437cace5..d7f002227 100755
--- a/utils/check_all_downgrades.sh
+++ b/utils/check_all_downgrades.sh
@@ -172,7 +172,7 @@ check_downgrade()
     tail ${TMPDIR}/log
     failed
   else
-    ERR=$( grep 'Downgrade .* forbidden' ${TMPDIR}/log )
+    ERR=$( grep 'ERROR:.*Downgrade .* forbidden' ${TMPDIR}/log )
     test -n "$ERR" && {
       echo "PASS: ${test_label} gave $ERR"
     } || {

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

Summary of changes:
 utils/check_all_downgrades.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list