Procházet zdrojové kódy

Let's see if ccm will work with precompiled tarballs

Ben Hood před 11 roky
rodič
revize
ab59059184
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -4,7 +4,7 @@ set -e
 
 function run_tests() {
 	local version=$1
-	ccm create test -v $version -n 3 -s -d --vnodes
+	ccm create test -v binary:$version -n 3 -s -d --vnodes
 	ccm status
 	ccm updateconf 'concurrent_reads: 8' 'concurrent_writes: 32' 'rpc_server_type: sync' 'rpc_min_threads: 2' 'rpc_max_threads: 8' 'write_request_timeout_in_ms: 5000' 'read_request_timeout_in_ms: 5000'