Explorar o código

Fix checking for proto 1

Chris Bannister %!s(int64=11) %!d(string=hai) anos
pai
achega
4f65494ff3
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      integration.sh

+ 2 - 3
integration.sh

@@ -8,14 +8,13 @@ function run_tests() {
 
 	ccm status
 
-	if [[ $v == 1.2.* ]]; then
+	if [[ $version == 1.2.* ]]; then
 		go test -v ./... -proto 1
 	else
 		go test -v ./...
 	fi
 
-	ccm stop --not-gently test
-	ccm remove test
+	ccm clear
 }
 
 run_tests $1