Browse Source

dont need to specify binary for ccm version anymore

Chris Bannister 10 năm trước cách đây
mục cha
commit
efa011a12d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ]