From 987d6ccef48d302ccbe47be2742ee3b283644ed7 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 5 Jan 2015 10:51:43 -0800 Subject: [PATCH] Reduce verbosity on integration tests --- 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 58df43b06de..7fe29c38783 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" --v=10 +"${KUBE_OUTPUT_HOSTBIN}/integration" --v=2 cleanup