diff --git a/Makefile b/Makefile index 3568e5194..9134b8572 100644 --- a/Makefile +++ b/Makefile @@ -386,7 +386,7 @@ test-e2e-set: ## - Run the blackbox end to end tests without setup. test-cloude2e: prepare-test-context ## - Run cloude2e tests with full setup (slow!) @make -C ${CLOUD_TESTING_BASE} cloud-deploy $(eval FLEET_SERVER_URL := $(shell make -C ${CLOUD_TESTING_BASE} cloud-get-fleet-url)) - @set -o pipefail; $(MAKE) test-cloude2e-set | tee build/test-cloude2e.out + -@set -o pipefail; $(MAKE) test-cloude2e-set | tee build/test-cloude2e.out @make -C ${CLOUD_TESTING_BASE} cloud-clean .PHONY: test-cloude2e-set