Commit 4bb7abc8 authored by Łukasz Nowak's avatar Łukasz Nowak

deploy-test: Emit status_dict to logs

This is useful to being able to peek for low level site result details.
parent f4996619
......@@ -106,6 +106,7 @@ def waitForSite(partition_path):
date=strftime("%Y/%m/%d %H:%M:%S", gmtime(end)),
duration=end - start,
)
print(try_info + 'status_dict %r' % (status_dict,))
return status_dict
......
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