[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-35-g809148a18

git at osgeo.org git at osgeo.org
Fri Aug 5 03:36:35 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, master has been updated
       via  809148a1894ac8d80db6e8796b9f78d0622a8651 (commit)
      from  4ef6d4ccac88c06c4e5731c9c9596a26d35a848d (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 809148a1894ac8d80db6e8796b9f78d0622a8651
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 5 12:36:15 2022 +0200

    Improve labels on PASS/FAIL/SKIP from unpackaged`

diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index d416979fe..427234d8b 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -228,9 +228,9 @@ for EXT in ${INSTALLED_EXTENSIONS}; do
       echo "Testing ${test_label}"
       RUNTESTFLAGS="-v --upgrade-path=${UPGRADE_PATH} ${USERTESTFLAGS}" \
       make -C ${REGDIR} check && {
-        echo "PASS: ${EXT} script-based upgrade $UPGRADE_PATH"
+        echo "PASS: ${test_label}"
       } || {
-        echo "FAIL: ${EXT} script-based upgrade $UPGRADE_PATH"
+        echo "FAIL: ${test_label}"
         failed
       }
     done #}

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

Summary of changes:
 utils/check_all_upgrades.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list