Skip to content

Commit abfe447

Browse files
Backport #83528 to 24.8: Bring pre-pull stage for integration tests back
1 parent c1b02bb commit abfe447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ if __name__ == "__main__":
424424
cmd = cmd_base + " " + args.command
425425
cmd_pre_pull = (
426426
f"{cmd_base} find /ClickHouse/tests/integration/compose -name docker_compose_*.yml "
427-
r"-exec docker-compose -f '{}' pull \;"
427+
r"-exec docker compose -f '{}' pull --quiet \;"
428428
)
429429

430430
containers = subprocess.check_output(

0 commit comments

Comments
 (0)