mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Remove test verbosity; makes it hard to find failures when travis reports one.
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user