Chris Bannister 11 년 전
부모
커밋
3bcd9d55e8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      integration.sh

+ 2 - 0
integration.sh

@@ -9,8 +9,10 @@ function run_tests() {
 	ccm status
 
 	if [[ $version == 1.2.* ]]; then
+		echo "running protocol 1 test suite"
 		go test -v ./... -proto 1
 	else
+		echo "running protocol 2 test suite"
 		go test -v ./...
 	fi