We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b02bb commit abfe447Copy full SHA for abfe447
1 file changed
tests/integration/runner
@@ -424,7 +424,7 @@ if __name__ == "__main__":
424
cmd = cmd_base + " " + args.command
425
cmd_pre_pull = (
426
f"{cmd_base} find /ClickHouse/tests/integration/compose -name docker_compose_*.yml "
427
- r"-exec docker-compose -f '{}' pull \;"
+ r"-exec docker compose -f '{}' pull --quiet \;"
428
)
429
430
containers = subprocess.check_output(
0 commit comments