mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
travis: allow big contents from error output in marvin tests (#5113)
Co-authored-by: Daan Hoogland <dahn@onecht.net>
This commit is contained in:
parent
67182dc49b
commit
2e32c2fcd9
@ -78,7 +78,7 @@ def parse_reports(file_path_list):
|
|||||||
exit_code = 0
|
exit_code = 0
|
||||||
|
|
||||||
for file_path in file_path_list:
|
for file_path in file_path_list:
|
||||||
data = lxml.etree.iterparse(file_path, tag='testcase')
|
data = lxml.etree.iterparse(file_path, tag='testcase', huge_tree=True)
|
||||||
for event, elem in data:
|
for event, elem in data:
|
||||||
name = ''
|
name = ''
|
||||||
status = 'Success'
|
status = 'Success'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user