We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7b015 commit b1f92d2Copy full SHA for b1f92d2
makefile
@@ -92,8 +92,7 @@ e2e-test: prepare
92
minikube image load $(dockerImage)
93
94
@echo "=====Running e2e tests"
95
- cd test
96
- $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./e2e/...)
+ cd test; $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./e2e/...)
97
98
@echo "=====Delete minikube cluster"
99
minikube delete
0 commit comments