[SCM] PostGIS branch master updated. 3.4.0rc1-839-g61bc019eb
git at osgeo.org
git at osgeo.org
Mon Dec 11 22:01:30 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 61bc019eb17eeade8640429e9de7c506621b4cb0 (commit)
from f1fb4718d9a0e3b52586cc8d69df057cda522a76 (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 61bc019eb17eeade8640429e9de7c506621b4cb0
Author: Regina Obe <lr at pcorp.us>
Date: Tue Dec 12 01:01:14 2023 -0500
Add upgrade tests to winnie
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 6ed131d9b..4bcf71ba4 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -50,6 +50,7 @@ echo PORT IS $PGPORT
echo PGIS_REG_TMPDIR IS $PGIS_REG_TMPDIR
export XSLTPROCFLAGS=
cd ${POSTGIS_SRC}
+
if [ -e ./GNUMakefile ]; then
make distclean
fi
@@ -153,6 +154,11 @@ done
make check RUNTESTFLAGS="--extension -v"
+if [ "$UPGRADE_TEST" == "1" ]; then
+ export CURRENTVERSION=${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}
+ RUNTESTFLAGS='--extension' ${POSTGIS_SRC}/utils/check_all_upgrades.sh -s "${CURRENTVERSION}" --skip "unpackaged"
+fi
+
#test address standardizer
cd ${POSTGIS_SRC}
cd extensions/address_standardizer
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list