Browse Source

Revert "test: change duration_ms to duration"

This reverts commit d413378e51.

PR-URL: https://github.com/nodejs/node/pull/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>
v7.x
Rod Vagg 9 years ago
parent
commit
1d4c7993a9
  1. 2
      tools/test.py

2
tools/test.py

@ -310,7 +310,7 @@ class TapProgressIndicator(SimpleProgressIndicator):
(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):

Loading…
Cancel
Save