mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053207 - Count number of passing subtests in mach formatter, r=chmanchester
This commit is contained in:
parent
84322a612a
commit
4dc22be93e
@ -220,6 +220,9 @@ class MachFormatter(base.BaseFormatter):
|
||||
data["status"],
|
||||
data["expected"],
|
||||
data.get("message", "")))
|
||||
if data["status"] == "PASS":
|
||||
self.status_buffer[test]["pass"] += 1
|
||||
|
||||
self._update_summary(data)
|
||||
|
||||
def _update_summary(self, data):
|
||||
|
Loading…
Reference in New Issue
Block a user