Skip to content

Commit

Permalink
Drop the --verbose option to docker compose run
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Sep 11, 2024
1 parent 24423d2 commit 3e48209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/follow-wal2json/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ up: down build
docker compose up $(COMPOSE_EXIT)

run: build fix-volumes
docker compose --verbose run test
docker compose run test

down:
docker compose down
Expand Down

0 comments on commit 3e48209

Please sign in to comment.