mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1515013 - Add a run_info field to the jstests wptreport output; r=jgraham
This commit is contained in:
parent
2a142f371b
commit
1052d6ee13
@ -28,6 +28,7 @@ class WptreportHandler(object):
|
||||
"""
|
||||
self.formatter.suite_start({
|
||||
"time": time(),
|
||||
"run_info": {},
|
||||
})
|
||||
|
||||
def suite_end(self):
|
||||
|
Loading…
Reference in New Issue
Block a user