Skip to content

Commit 4815ae1

Browse files
committed
Temp change for testing on Jenkins
1 parent cc2827b commit 4815ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ e2e-test: prepare
9191
minikube image load $(dockerImage)
9292

9393
@echo "=====Running e2e tests"
94-
cd test; $(if $(saveOutput),$(if $(path),$(path),)gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./test/e2e/...)
94+
cd test; $(if $(saveOutput), $(path)gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./test/e2e/...)
9595

9696
@echo "=====Delete minikube cluster"
9797
minikube delete

0 commit comments

Comments
 (0)