Просмотр исходного кода

Merge pull request #2875 from yichengq/verbose-integration

test: run integration tests in verbose mode
Yicheng Qin 10 лет назад
Родитель
Сommit
1d6e9fd387
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test

+ 1 - 1
test

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