From 5bda4f929207db70a73ff462e31e8de2e2004097 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Fri, 21 Nov 2014 21:45:21 -0800 Subject: [PATCH] Increase the verbosit of integration test runs. --- hack/test-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-integration.sh b/hack/test-integration.sh index eebd7978e1e..fcf04645f77 100755 --- a/hack/test-integration.sh +++ b/hack/test-integration.sh @@ -43,6 +43,6 @@ KUBE_GOFLAGS="-tags 'integration no-docker' " \ kube::log::status "Running integration test scenario" -"${KUBE_OUTPUT_HOSTBIN}/integration" +"${KUBE_OUTPUT_HOSTBIN}/integration" --v=10 cleanup