Skip to content

Commit 798a737

Browse files
rvaggevanlucas
authored andcommitted
Revert "test: change duration_ms to duration"
This reverts commit d413378. PR-URL: #7216 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
1 parent 72e4e43 commit 798a737

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)