Skip to content

Commit

Permalink
Revert "test: change duration_ms to duration"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rvagg authored and evanlucas committed Jun 15, 2016
1 parent 72e4e43 commit 798a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def HasRun(self, output):
(duration.seconds + duration.days * 24 * 3600) * 10**6) / 10**6

logger.info(' ---')
logger.info(' duration: %d.%ds' % (total_seconds, duration.microseconds / 1000))
logger.info(' duration_ms: %d.%d' % (total_seconds, duration.microseconds / 1000))
logger.info(' ...')

def Done(self):
Expand Down

0 comments on commit 798a737

Please sign in to comment.