From d709d8561a943763cba56bf77c4483c98202008a Mon Sep 17 00:00:00 2001 From: Haney Maxwell Date: Fri, 24 Oct 2014 17:15:35 -0700 Subject: [PATCH] Allow e2e tests to run with vagrant --- hack/e2e.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hack/e2e.go b/hack/e2e.go index cae6e4b0f0..334755749a 100644 --- a/hack/e2e.go +++ b/hack/e2e.go @@ -207,7 +207,9 @@ export KUBECFG="` + *root + `/cluster/kubecfg.sh -expect_version_match" source "` + *root + `/cluster/kube-env.sh" source "` + *root + `/cluster/${KUBERNETES_PROVIDER}/util.sh" -detect-project +if [[ ${KUBERNETES_PROVIDER} == "gce" ]]; then + detect-project +fi `