]> granicus.if.org Git - postgis/commitdiff
Re-enable upgrade testing in debbie, chances are sfcgal is now fixed
authorSandro Santilli <strk@kbt.io>
Thu, 18 Jan 2018 21:43:17 +0000 (21:43 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 18 Jan 2018 21:43:17 +0000 (21:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16334 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index cad2806314ac2729b437bcfff08c0abc9c401135..49e1d3cece447aa1e9e70b119feeb6062af6351d 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