From: Sandro Santilli Date: Tue, 9 Jan 2018 13:49:40 +0000 (+0000) Subject: Fix check_all_upgrades call for Debbie X-Git-Tag: 2.5.0alpha~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e81397fdae239a0e9ac142cde8086ccbcc45618e;p=postgis Fix check_all_upgrades call for Debbie git-svn-id: http://svn.osgeo.org/postgis/trunk@16227 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index b2fd5c37e..6c2d4f87e 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -99,4 +99,5 @@ fi # 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 '.'`