set --alsologtostderr=true in integration test

pull/6/head
Chao Xu 2016-09-12 16:10:19 -07:00
parent 1d0404466d
commit f12fb7ff0a
1 changed files with 1 additions and 1 deletions

View File

@ -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"