From f21a25e7fc84645082376f8c374ed723b1888fd1 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Thu, 5 Feb 2015 08:06:50 -0800 Subject: [PATCH] Add hack/ginkgo-e2e.sh to kubernetes-test.tgz --- hack/lib/golang.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 4a6598c8a6d..d81f7e6c46e 100644 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -55,6 +55,7 @@ readonly KUBE_TEST_PORTABLE=( contrib/for-tests/network-tester/service.json hack/e2e.go hack/e2e-suite + hack/ginkgo-e2e.sh ) # If we update this we need to also update the set of golang compilers we build