Skip to content

Commit

Permalink
Disable docker-compose output for revad services
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Feb 7, 2023
1 parent 9634aa8 commit 897333e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ $(LITMUS): test-docker
REVAD_IMAGE=$(REVAD_IMAGE) docker-compose --profile all --file tests/docker-compose/docker-compose.yml --project-directory . rm -sfv
docker volume rm -f reva_shared-volume
REVAD_IMAGE=$(REVAD_IMAGE) \
docker-compose --profile $@ --file tests/docker-compose/docker-compose.yml --project-directory . \
up --force-recreate --renew-anon-volumes --remove-orphans --exit-code-from $@ --abort-on-container-exit
docker-compose --file tests/docker-compose/docker-compose.yml --project-directory . \
up --force-recreate --renew-anon-volumes --remove-orphans --exit-code-from $@ --abort-on-container-exit $@

.PHONY: behat
behat:
Expand All @@ -79,8 +79,8 @@ $(ACCEPTANCE): test-docker behat
REVAD_IMAGE=$(REVAD_IMAGE) docker-compose --profile all --file tests/docker-compose/docker-compose.yml --project-directory . rm -sfv
docker volume rm -f reva_shared-volume
REVAD_IMAGE=$(REVAD_IMAGE) PARTS=$(PARTS) PART=$(PART) \
docker-compose --profile $@ --file tests/docker-compose/docker-compose.yml --project-directory . \
up --force-recreate --renew-anon-volumes --remove-orphans --exit-code-from $@ --abort-on-container-exit
docker-compose --file tests/docker-compose/docker-compose.yml --project-directory . \
up --force-recreate --renew-anon-volumes --remove-orphans --exit-code-from $@ --abort-on-container-exit $@

.PHONY: test-go
test-go:
Expand Down

0 comments on commit 897333e

Please sign in to comment.