From 2058e36cceea3a565480f1ca8d47dafbb929a2d3 Mon Sep 17 00:00:00 2001 From: Anirudh Ramanathan Date: Fri, 9 Jun 2017 17:23:38 -0700 Subject: [PATCH] Fix shell script to install deps (#1274) * Fix shell script to install deps * newline --- test/helm-test-e2e.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/helm-test-e2e.sh b/test/helm-test-e2e.sh index db9e6fb55d..481e542fad 100755 --- a/test/helm-test-e2e.sh +++ b/test/helm-test-e2e.sh @@ -19,4 +19,6 @@ rm -f ${HELM_TARBALL} linux-amd64/helm init --upgrade # Run test framework -go run /src/k8s.io/charts/test/helm-test/main.go \ No newline at end of file +cd /src/k8s.io/charts/test/ +go get -v ./... +go run ./helm-test/main.go