Skip to content

Commit

Permalink
test: avoid starting compose stack in daemon mode
Browse files Browse the repository at this point in the history
We want to see the output of the starting run

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
  • Loading branch information
milosgajdos committed Dec 15, 2023
1 parent d467325 commit 06373b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -152,7 +152,7 @@ run-s3-tests: start-cloud-storage ## run S3 storage driver integration tests

.PHONY: start-e2e-s3-env
start-e2e-s3-env: ## starts E2E S3 storage test environment (S3, Redis, registry)
$(COMPOSE) -f tests/docker-compose-e2e-cloud-storage.yml up -d
$(COMPOSE) -f tests/docker-compose-e2e-cloud-storage.yml up

.PHONY: stop-e2e-s3-env
stop-e2e-s3-env: ## stops E2E S3 storage test environment (S3, Redis, registry)
Expand Down

0 comments on commit 06373b5

Please sign in to comment.