]> granicus.if.org Git - postgis/commitdiff
Don't run upgrade tests until we've resolved the sfcgal issue
authorRegina Obe <lr@pcorp.us>
Thu, 18 Jan 2018 19:31:53 +0000 (19:31 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 18 Jan 2018 19:31:53 +0000 (19:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16332 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index 49e1d3cece447aa1e9e70b119feeb6062af6351d..cad2806314ac2729b437bcfff08c0abc9c401135 100644 (file)
@@ -102,8 +102,8 @@ fi
 
 # 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