Chris Bannister 11 năm trước cách đây
mục cha
commit
3bcd9d55e8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      integration.sh

+ 2 - 0
integration.sh

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