Преглед изворни кода

Merge pull request #570 from Zariel/ccm-dont-need-binary

dont need to specify binary for ccm version anymore
Chris Bannister пре 10 година
родитељ
комит
fe1bd1bc33
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -31,7 +31,7 @@ function run_tests() {
 
 	ccm remove test || true
 
-	ccm create test -v binary:$version -n $clusterSize -d --vnodes --jvm_arg="-Xmx256m -XX:NewSize=100m"
+	ccm create test -v $version -n $clusterSize -d --vnodes --jvm_arg="-Xmx256m -XX:NewSize=100m"
     ccm updateconf "${conf[@]}"
 
     if [ "$auth" = true ]