Skip to content

Commit

Permalink
Check ginkgo is installed before running e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 27, 2018
1 parent e35a7d2 commit c719e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ e2e-image: sub-container-amd64

.PHONY: e2e-test
e2e-test:
@ginkgo version || go get -u github.com/onsi/ginkgo/ginkgo
@ginkgo build ./test/e2e
@KUBECONFIG=${HOME}/.kube/config ginkgo -randomizeSuites -randomizeAllSpecs -flakeAttempts=2 -p -trace -nodes=2 ./test/e2e/e2e.test

Expand Down

0 comments on commit c719e2a

Please sign in to comment.