Merge pull request #2875 from yichengq/verbose-integration

test: run integration tests in verbose mode
This commit is contained in:
Yicheng Qin 2015-05-27 10:09:56 -07:00
commit 1d6e9fd387

2
test
View File

@ -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..."