Merge pull request #18 from linuxserver/new-test-output

This commit is contained in:
Adam 2022-05-28 17:25:23 +01:00 committed by GitHub
commit 3e6814afc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ def container_test(tag):
while time.time() < t_end:
try:
logblob = container.logs().decode("utf-8")
if '[services.d] done.' in logblob:
if '[services.d] done.' in logblob or '[ls.io-init] done.' in logblob:
logsfound = True
break
time.sleep(1)