mirror of https://github.com/k3s-io/k3s
set --alsologtostderr=true in integration test
parent
1d0404466d
commit
f12fb7ff0a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue