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

Provide information about sent data

parent bcf8b6f1
......@@ -115,7 +115,7 @@ def main():
os.unlink(result_file)
print(try_info + ' Analysis of result %r:' % (result_file,))
print(try_info + ' ' + result)
status_dict['stderr'] = result
status_dict['stderr'] = 'Last result:\n%s' % (result,)
if 'FATAL: all hosts have already failed -- aborting' in result:
# failed
status_dict.update(
......
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