[SCM] PostGIS branch master updated. 3.5.0alpha2-51-gf2edd6896
git at osgeo.org
git at osgeo.org
Fri Aug 30 03:36:13 PDT 2024
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 f2edd689602cb18c7a7268142838b68ce41ddab0 (commit)
from 254ae9929367ffc7e0f7d6e972aedc34960dbbb4 (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 f2edd689602cb18c7a7268142838b68ce41ddab0
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 30 11:29:48 2024 +0200
Enable sfgal extension upgrade testing
Closes #5773
diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index d6820618e..587ea3eff 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -195,6 +195,9 @@ fi
if test -f postgis_raster--${to_version}.sql; then
INSTALLED_EXTENSIONS="$INSTALLED_EXTENSIONS postgis_raster"
fi
+if test -f postgis_sfcgal--${to_version}.sql; then
+ INSTALLED_EXTENSIONS="$INSTALLED_EXTENSIONS postgis_sfcgal"
+fi
echo "INFO: installed extensions: $INSTALLED_EXTENSIONS"
@@ -216,7 +219,7 @@ for EXT in ${INSTALLED_EXTENSIONS}; do #{
elif test "${EXT}" = "postgis_raster"; then
REGDIR=${BUILDDIR}/raster/test/regress
elif test "${EXT}" = "postgis_sfcgal"; then
- REGDIR=${BUILDDIR}/sfcgal/test/regress
+ REGDIR=${BUILDDIR}/sfcgal/regress
else
echo "SKIP: don't know where to find regress tests for extension ${EXT}"
fi
-----------------------------------------------------------------------
Summary of changes:
utils/check_all_upgrades.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list