mirror of https://github.com/apache/cloudstack.git
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
|
||||
|
||||
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:
|
||||
name = ''
|
||||
status = 'Success'
|
||||
|
|
|
|||
Loading…
Reference in New Issue