[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-19-g447e6ee

git at osgeo.org git at osgeo.org
Sun Aug 15 16:05:01 PDT 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, stable-2.5 has been updated
       via  447e6ee9ab961d6d5566699b2a880a66b6eaf609 (commit)
      from  d0d82e6b16bf2756e49c390d82a7ec80ca69ee5b (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 447e6ee9ab961d6d5566699b2a880a66b6eaf609
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 19:04:56 2021 -0400

    Take out make check extension.  Failing for some reason on the berries. Might be conflicting with system installed pg 12

diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 0d1f0b9..2f06e98 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -22,9 +22,9 @@ sh autogen.sh
 #make clean
 make
 export err_status=0
-make check RUNTESTFLAGS="-v"
 make install
-make check RUNTESTFLAGS="-v --extension"
+make check RUNTESTFLAGS="-v"
+#make check RUNTESTFLAGS="-v --extension"
 err_status=$?
 
 if [ -d $PGDATA/postmaster.pid ] ; then
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index 719076e..9859007 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -22,9 +22,9 @@ sh autogen.sh
 #make clean
 make
 export err_status=0
-make check RUNTESTFLAGS="-v"
 make install
-make check RUNTESTFLAGS="-v --extension"
+make check RUNTESTFLAGS="-v"
+#make check RUNTESTFLAGS="-v --extension"
 err_status=$?
 
 if [ -d $PGDATA/postmaster.pid ] ; then

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

Summary of changes:
 ci/berrie/postgis_regress.sh   | 4 ++--
 ci/berrie64/postgis_regress.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list