forked from mirrors/gecko-dev
Bug 1392391 - [mozlog] Forward extra data from 'suite_end' action, r=jgraham
The suite_end action ostensibly supports an extra key, however that extra data never gets forwarded to the _log_data function. MozReview-Commit-ID: AfUBmQpx3Zz --HG-- extra : rebase_source : 5f10746a8384f89ce9fffc28db49b764f6e279ff
This commit is contained in:
parent
41837be2b1
commit
41c896bd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ class StructuredLogger(object):
|
||||||
if not self._ensure_suite_state('suite_end', data):
|
if not self._ensure_suite_state('suite_end', data):
|
||||||
return
|
return
|
||||||
|
|
||||||
self._log_data("suite_end")
|
self._log_data("suite_end", data)
|
||||||
|
|
||||||
@log_action(TestId("test"),
|
@log_action(TestId("test"),
|
||||||
Unicode("path", default=None, optional=True))
|
Unicode("path", default=None, optional=True))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue