[postgis-tickets] r16227 - Fix check_all_upgrades call for Debbie

Sandro Santilli strk at kbt.io
Tue Jan 9 05:49:40 PST 2018


Author: strk
Date: 2018-01-09 05:49:40 -0800 (Tue, 09 Jan 2018)
New Revision: 16227

Modified:
   trunk/ci/debbie/postgis_regress.sh
Log:
Fix check_all_upgrades call for Debbie

Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh	2018-01-09 11:03:01 UTC (rev 16226)
+++ trunk/ci/debbie/postgis_regress.sh	2018-01-09 13:49:40 UTC (rev 16227)
@@ -99,4 +99,5 @@
 
 # Test all available upgrades
 # TODO: protect via some variable ?
-utils/check_all_upgrades.sh
+utils/check_all_upgrades.sh \
+        `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`



More information about the postgis-tickets mailing list