We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cdf54 commit bfbfbb4Copy full SHA for bfbfbb4
1 file changed
ci/ci.py
@@ -181,7 +181,7 @@ def container_test(tag):
181
print(error)
182
remove_container(container)
183
if logsfound == True:
184
- print('Startup completed for ' + tag)
+ print('Startup completed for ' + tag)
185
report_tests.append(['Startup ' + tag,'PASS'])
186
elif logsfound == False:
187
print('Startup failed for ' + tag)
0 commit comments