Fix testing fail when 0.23 is supplied

This commit is contained in:
Leon Wright 2015-08-17 19:39:35 +08:00
parent c427c22a4c
commit 2b6c1f8e7c
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ create_dummy_ksp () {
# TODO: Manual hack, a better way to handle this kind of identifiers may be needed.
case $KSP_VERSION in
"0.23")
echo "Overidding '0.23' with '0.23.0'"
KSP_VERSION="0.23.0"
;;
"0.90")
echo "Overidding '0.90' with '0.90.0'"
KSP_VERSION="0.90.0"