mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-02-05 03:01:45 +08:00
tab spacing error update
This commit is contained in:
parent
73cdf5499d
commit
bfbfbb4889
2
ci/ci.py
2
ci/ci.py
@ -181,7 +181,7 @@ def container_test(tag):
|
||||
print(error)
|
||||
remove_container(container)
|
||||
if logsfound == True:
|
||||
print('Startup completed for ' + tag)
|
||||
print('Startup completed for ' + tag)
|
||||
report_tests.append(['Startup ' + tag,'PASS'])
|
||||
elif logsfound == False:
|
||||
print('Startup failed for ' + tag)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user