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

Put the last result in the standard error information

parent 7c7c3761
......@@ -115,6 +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
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