fix_: nightly tests report (#5779)
This commit is contained in:
parent
c1d94e214a
commit
666f07fe1e
|
@ -6,7 +6,7 @@ from collections import defaultdict
|
|||
|
||||
test_stats = defaultdict(lambda: defaultdict(int))
|
||||
|
||||
for file in glob.glob("**/report_*.xml", recursive=True):
|
||||
for file in glob.glob("report.xml", recursive=True):
|
||||
tree = ET.parse(file)
|
||||
root = tree.getroot()
|
||||
for testcase in root.iter("testcase"):
|
||||
|
|
Loading…
Reference in New Issue