[postgis-tickets] r16332 - Don't run upgrade tests until we've resolved the sfcgal issue

Regina Obe lr at pcorp.us
Thu Jan 18 11:31:53 PST 2018


Author: robe
Date: 2018-01-18 11:31:53 -0800 (Thu, 18 Jan 2018)
New Revision: 16332

Modified:
   trunk/ci/debbie/postgis_regress.sh
Log:
Don't run upgrade tests until we've resolved the sfcgal issue

Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh	2018-01-18 15:49:38 UTC (rev 16331)
+++ trunk/ci/debbie/postgis_regress.sh	2018-01-18 19:31:53 UTC (rev 16332)
@@ -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