Revert "Add a custom main instead of the standard test main, to reduce stack …"

This commit is contained in:
Wojciech Tyczynski
2016-06-10 11:49:42 +02:00
committed by GitHub
parent 38a1fb2b96
commit cfd8173f92
3 changed files with 1 additions and 113 deletions

View File

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