mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix ansible-test junit timeout xml output.
This commit is contained in:
@@ -202,7 +202,7 @@ class TestTimeout(TestResult):
|
||||
path = self.create_path('junit', '.xml')
|
||||
|
||||
with open(path, 'w') as junit_fd:
|
||||
junit_fd.write(xml)
|
||||
junit_fd.write(xml.lstrip())
|
||||
|
||||
|
||||
class TestSuccess(TestResult):
|
||||
|
||||
Reference in New Issue
Block a user