From f12fb7ff0a7d760eb8a6363a841ce208901b9595 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 12 Sep 2016 16:10:19 -0700 Subject: [PATCH] set --alsologtostderr=true in integration test --- hack/make-rules/test-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make-rules/test-integration.sh b/hack/make-rules/test-integration.sh index 47b28bffb8d..2ff8c2fa33a 100755 --- a/hack/make-rules/test-integration.sh +++ b/hack/make-rules/test-integration.sh @@ -62,7 +62,7 @@ runTests() { make -C "${KUBE_ROOT}" test \ WHAT="$(kube::test::find_integration_test_dirs ${2-} | paste -sd' ' -)" \ KUBE_GOFLAGS="${KUBE_GOFLAGS:-} -tags 'integration no-docker'" \ - KUBE_TEST_ARGS="--vmodule=garbage*collector=6" \ + KUBE_TEST_ARGS="${KUBE_TEST_ARGS:-} --vmodule=garbage*collector*=6 --alsologtostderr=true" \ KUBE_RACE="" \ KUBE_TIMEOUT="${KUBE_TIMEOUT}" \ KUBE_TEST_API_VERSIONS="$1"