mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Remove trash error message from integration tests
This commit is contained in:
parent
ecfd8cb5a6
commit
c480531423
@ -135,7 +135,7 @@ def check_args_and_update_paths(args):
|
||||
|
||||
def docker_kill_handler_handler(signum, frame):
|
||||
subprocess.check_call(
|
||||
'docker ps --all --quiet --filter name={name} --format="{{{{.ID}}}}" | xargs --no-run-if-empty docker kill'.format(
|
||||
'docker ps --all --quiet --filter name={name} --format="{{{{.ID}}}}"'.format(
|
||||
name=CONTAINER_NAME
|
||||
),
|
||||
shell=True,
|
||||
|
Loading…
Reference in New Issue
Block a user