mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
Update tests/compose/test.py
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
This commit is contained in:
parent
dd21d4bf0c
commit
8d8f753796
@ -22,7 +22,7 @@ containers = []
|
||||
def stop(exit_code):
|
||||
print_logs()
|
||||
sys.stdout.flush()
|
||||
print(subprocess.check_output("docker compose -f " + compose_file + " down", shell=True).decode())
|
||||
print(subprocess.check_output(f"docker compose -f {compose_file} down", shell=True).decode())
|
||||
sys.exit(exit_code)
|
||||
|
||||
def health_checks(deadline):
|
||||
|
Loading…
x
Reference in New Issue
Block a user