mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: run integration tests in verbose mode
Travis doesn't print out the final result of integration tests sometimes, and verbose mode helps us debug.
This commit is contained in:
parent
9be6a7c8fd
commit
fde7a7a10c
2
test
2
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..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user