зеркало из https://github.com/mozilla/gecko-dev.git
Bug 979577 - Test durations are always zero in the HTML report. r=jgriffin
This commit is contained in:
Родитель
a9e1ef3db5
Коммит
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))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче