Bug 1515013 - Add a run_info field to the jstests wptreport output; r=jgraham

This commit is contained in:
Ms2ger 2018-12-18 13:49:16 +01:00
parent 2a142f371b
commit 1052d6ee13

View File

@ -28,6 +28,7 @@ class WptreportHandler(object):
"""
self.formatter.suite_start({
"time": time(),
"run_info": {},
})
def suite_end(self):