mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 979577 - Test durations are always zero in the HTML report. r=jgriffin
This commit is contained in:
parent
a9e1ef3db5
commit
8274cfb045
@ -56,6 +56,7 @@ class HTMLReportingTestRunnerMixin(object):
|
||||
result=result.result,
|
||||
test_name=result.name,
|
||||
test_class=result.test_class,
|
||||
duration=round(result.duration, 1),
|
||||
debug=result.debug,
|
||||
output='\n'.join(result.output))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user