Remove trash error message from integration tests

This commit is contained in:
Alexey Milovidov 2022-09-17 20:27:19 +02:00
parent ecfd8cb5a6
commit c480531423

View File

@ -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,