Commit cbe1ad46 authored by Łukasz Nowak's avatar Łukasz Nowak

deploy-test: Simplify check

Depending on host python version the string "Build successful" renders
differently, so do not be too smart for it and simplify it.
parent 5c6f1cbc
......@@ -64,7 +64,7 @@ def waitForSite(partition_path):
finished = False
status_dict['stdout'] = try_info + 'Build not yet successful.'
print(try_info + '%r: Found not yet finished run.' % (result_file,))
elif "\"msg\": \"[u'Build successful, connect to:', u'" in result:
elif "Build successful, connect to:" in result:
# success
status_dict.update(
success=True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment