[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-21-g332ec7e

git at osgeo.org git at osgeo.org
Mon Dec 21 14:00:19 PST 2020


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  332ec7e9e6779ede119f713bd1f375d7cef42f00 (commit)
      from  bcf838a93fd6d16b510d827f3562d2818bab9e32 (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 332ec7e9e6779ede119f713bd1f375d7cef42f00
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 21 17:00:14 2020 -0500

    Have berrie64 run garden tests

diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index ed9dc36..e9e9ce5 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -26,6 +26,10 @@ make check RUNTESTFLAGS="-v"
 make install
 make check RUNTESTFLAGS="-v --extension"
 err_status=$?
+if [$err_status == 0] ; then
+	make garden
+	err_status=$?
+fi
 
 if [ -d $PGDATA/postmaster.pid ] ; then
 	$PGCTL stop -D $PGDATA -s -m fast

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

Summary of changes:
 ci/berrie64/postgis_regress.sh | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list