modifying hack/test* scripts

This commit is contained in:
Chao Xu
2015-09-10 23:37:19 -07:00
parent d690ae9664
commit 347ce513cc
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ runTests() {
cleanup
}
KUBE_API_VERSIONS="v1" "${KUBE_ROOT}/hack/build-go.sh" "$@" cmd/integration
KUBE_API_VERSIONS="v1,experimental/v1" "${KUBE_ROOT}/hack/build-go.sh" "$@" cmd/integration
# Run cleanup to stop etcd on interrupt or other kill signal.
trap cleanup EXIT