[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-22-ga269210
git at osgeo.org
git at osgeo.org
Mon Dec 21 14:54:23 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 a26921025c6d8d1d2385e4dca69bb55d81d85bc9 (commit)
from 332ec7e9e6779ede119f713bd1f375d7cef42f00 (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 a26921025c6d8d1d2385e4dca69bb55d81d85bc9
Author: Regina Obe <lr at pcorp.us>
Date: Mon Dec 21 17:54:19 2020 -0500
Forget about the if condition for now, just run
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index e9e9ce5..1752609 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -26,10 +26,11 @@ make check RUNTESTFLAGS="-v"
make install
make check RUNTESTFLAGS="-v --extension"
err_status=$?
-if [$err_status == 0] ; then
- make garden
- err_status=$?
-fi
+
+
+make garden
+err_status=$?
+
if [ -d $PGDATA/postmaster.pid ] ; then
$PGCTL stop -D $PGDATA -s -m fast
-----------------------------------------------------------------------
Summary of changes:
ci/berrie64/postgis_regress.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list