소스 검색

dont need to specify binary for ccm version anymore

Chris Bannister 10 년 전
부모
커밋
efa011a12d
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 ]