Browse Source

Merge pull request #2875 from yichengq/verbose-integration

test: run integration tests in verbose mode
Yicheng Qin 11 năm trước cách đây
mục cha
commit
1d6e9fd387
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test

+ 1 - 1
test

@@ -50,7 +50,7 @@ go test -timeout 3m ${COVER} $@ ${NO_RACE_TEST}
 
 
 if [ -n "$INTEGRATION" ]; then
 if [ -n "$INTEGRATION" ]; then
 	echo "Running integration tests..."
 	echo "Running integration tests..."
-	go test -timeout 3m $@ ${REPO_PATH}/integration
+	go test -timeout 3m $@ ${REPO_PATH}/integration -v
 fi
 fi
 
 
 echo "Checking gofmt..."
 echo "Checking gofmt..."