浏览代码

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 ]