mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Remove test verbosity; makes it hard to find failures when travis reports one.
This commit is contained in:
parent
f4cffdc7cf
commit
5d0036070c
@ -38,7 +38,7 @@ trap cleanup HUP INT QUIT TERM
|
|||||||
kube::etcd::start
|
kube::etcd::start
|
||||||
|
|
||||||
kube::log::status "Running integration test cases"
|
kube::log::status "Running integration test cases"
|
||||||
KUBE_GOFLAGS="-tags 'integration no-docker' -test.v" \
|
KUBE_GOFLAGS="-tags 'integration no-docker' " \
|
||||||
"${KUBE_ROOT}/hack/test-go.sh" test/integration
|
"${KUBE_ROOT}/hack/test-go.sh" test/integration
|
||||||
|
|
||||||
kube::log::status "Running integration test scenario"
|
kube::log::status "Running integration test scenario"
|
||||||
|
Loading…
Reference in New Issue
Block a user