Merge pull request #2434 from aledbf/check-ginkgo
Check ginkgo is installed before running e2e tests
This commit is contained in:
commit
108dfbf43b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -164,6 +164,7 @@ e2e-image: sub-container-amd64
|
||||||
|
|
||||||
.PHONY: e2e-test
|
.PHONY: e2e-test
|
||||||
e2e-test:
|
e2e-test:
|
||||||
|
@ginkgo version || go get -u github.com/onsi/ginkgo/ginkgo
|
||||||
@ginkgo build ./test/e2e
|
@ginkgo build ./test/e2e
|
||||||
@KUBECONFIG=${HOME}/.kube/config ginkgo -randomizeSuites -randomizeAllSpecs -flakeAttempts=2 -p -trace -nodes=2 ./test/e2e/e2e.test
|
@KUBECONFIG=${HOME}/.kube/config ginkgo -randomizeSuites -randomizeAllSpecs -flakeAttempts=2 -p -trace -nodes=2 ./test/e2e/e2e.test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue