Skip to content

Commit 02baa90

Browse files
committed
Suppress download progress
1 parent 556668d commit 02baa90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ clean-%:
9797
# Pattern rule for testing backends
9898
test-%: build clean-%
9999
@echo "Testing $* backend..."
100-
@docker compose --profile $(PROFILE_$*) up -d $(SERVICES_$*)
101-
@docker compose --profile $(PROFILE_$*) run --rm test-$*
100+
@docker compose --profile $(PROFILE_$*) up --quiet-pull -d $(SERVICES_$*)
101+
@docker compose --profile $(PROFILE_$*) run --quiet-pull --rm test-$*
102102
@docker compose --profile $(PROFILE_$*) down
103103
@echo "$* test completed"
104104

0 commit comments

Comments
 (0)