[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-26-gdc22c9652
git at osgeo.org
git at osgeo.org
Tue Nov 23 09:25:17 PST 2021
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 dc22c96525af2e276d49fc70a69ccd7e53c91504 (commit)
from 540e03f0e0f11856849ba88bd9e6529a166311c3 (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 dc22c96525af2e276d49fc70a69ccd7e53c91504
Author: Regina Obe <lr at pcorp.us>
Date: Tue Nov 23 12:23:31 2021 -0500
Flip to have berrie do garden test and berrie64 to not do garden tests. References #5023 for PostGIS 3.2
diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 04111f30b..7c5206a56 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -27,6 +27,9 @@ make install
make check RUNTESTFLAGS="-v --extension"
err_status=$?
+make garden
+err_status=$?
+
if [ -d $PGDATA/postmaster.pid ] ; then
$PGCTL stop -D $PGDATA -s -m fast
fi
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index 583a51608..2b12f5781 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -28,8 +28,8 @@ make check RUNTESTFLAGS="-v --extension"
err_status=$?
-make garden
-err_status=$?
+#make garden
+#err_status=$?
if [ -d $PGDATA/postmaster.pid ] ; then
-----------------------------------------------------------------------
Summary of changes:
ci/berrie/postgis_regress.sh | 3 +++
ci/berrie64/postgis_regress.sh | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list