Skip to content

Commit 1d4c799

Browse files
committed
Revert "test: change duration_ms to duration"
This reverts commit d413378. PR-URL: #7216 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 6b48324 commit 1d4c799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def HasRun(self, output):
310310
(duration.seconds + duration.days * 24 * 3600) * 10**6) / 10**6
311311

312312
logger.info(' ---')
313-
logger.info(' duration: %d.%ds' % (total_seconds, duration.microseconds / 1000))
313+
logger.info(' duration_ms: %d.%d' % (total_seconds, duration.microseconds / 1000))
314314
logger.info(' ...')
315315

316316
def Done(self):

0 commit comments

Comments
 (0)