提交 20d8fde5 编写于 作者: R Rudá Moura 提交者: Ruda Moura

avocado.plugins.xunit: Add NL at the end of output.

Signed-off-by: NRuda Moura <rmoura@redhat.com>
上级 8bc65f6e
......@@ -47,6 +47,7 @@ class XmlResult(object):
if filename is None:
filename = self.output
xml = '\n'.join(self.xml)
xml += '\n'
if filename == '-':
sys.stdout.write(xml)
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册