Skip to content

Commit

Permalink
fix inadvertant removal
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Nov 22, 2023
1 parent a1936fc commit a0961ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0961ff

Please sign in to comment.