Browse Source

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

dont need to specify binary for ccm version anymore
Chris Bannister 10 years ago
parent
commit
fe1bd1bc33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -31,7 +31,7 @@ function run_tests() {
 
 
 	ccm remove test || true
 	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[@]}"
     ccm updateconf "${conf[@]}"
 
 
     if [ "$auth" = true ]
     if [ "$auth" = true ]