Add a custom main instead of the standard test main, to reduce stack spew.

This commit is contained in:
Brendan Burns
2016-05-24 11:17:44 -07:00
parent 4215fe57a5
commit 94b24351da
3 changed files with 113 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ runTests() {
# KUBE_RACE="-race"
KUBE_GOFLAGS="-tags 'integration no-docker' " \
KUBE_RACE="" \
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
KUBE_TEST_ARGS="--integration-timeout=${KUBE_TIMEOUT}"
KUBE_TEST_API_VERSIONS="$1" \
"${KUBE_ROOT}/hack/test-go.sh" test/integration