mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +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):
|
def docker_kill_handler_handler(signum, frame):
|
||||||
subprocess.check_call(
|
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
|
name=CONTAINER_NAME
|
||||||
),
|
),
|
||||||
shell=True,
|
shell=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user