projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4bffe
)
Fix check_all_upgrades call for Debbie
author
Sandro Santilli
<strk@kbt.io>
Tue, 9 Jan 2018 13:49:40 +0000
(13:49 +0000)
committer
Sandro Santilli
<strk@kbt.io>
Tue, 9 Jan 2018 13:49:40 +0000
(13:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16227
b70326c6
-7e19-0410-871a-
916f4a2858ee
ci/debbie/postgis_regress.sh
patch
|
blob
|
history
diff --git
a/ci/debbie/postgis_regress.sh
b/ci/debbie/postgis_regress.sh
index b2fd5c37ed4df61b5a0cc9d8cd8bbd2f5b17b2b6..6c2d4f87ea5234e2e27f09e773d103c1dcc33b87 100644
(file)
--- 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 '.'`