[postgis-tickets] r16334 - Re-enable upgrade testing in debbie, chances are sfcgal is now fixed
Sandro Santilli
strk at kbt.io
Thu Jan 18 01:43:17 PST 2018
Author: strk
Date: 2018-01-18 13:43:17 -0800 (Thu, 18 Jan 2018)
New Revision: 16334
Modified:
trunk/ci/debbie/postgis_regress.sh
Log:
Re-enable upgrade testing in debbie, chances are sfcgal is now fixed
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2018-01-18 21:41:32 UTC (rev 16333)
+++ trunk/ci/debbie/postgis_regress.sh 2018-01-18 21:43:17 UTC (rev 16334)
@@ -102,8 +102,8 @@
# Test all available upgrades
# TODO: protect via some variable ?
-# utils/check_all_upgrades.sh \
-# `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-# if [ "$?" != "0" ]; then
-# exit $?
-# fi
+utils/check_all_upgrades.sh \
+ `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
+if [ "$?" != "0" ]; then
+ exit $?
+fi
More information about the postgis-tickets
mailing list