Skip to content

Commit b1f92d2

Browse files
committed
Fix typo
1 parent 5c7b015 commit b1f92d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ e2e-test: prepare
9292
minikube image load $(dockerImage)
9393

9494
@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/...)
95+
cd test; $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./e2e/...)
9796

9897
@echo "=====Delete minikube cluster"
9998
minikube delete

0 commit comments

Comments
 (0)