diff --git a/tools/test.py b/tools/test.py index ab3da337bc6a24..7553da9a3c58c5 100755 --- a/tools/test.py +++ b/tools/test.py @@ -310,7 +310,7 @@ def HasRun(self, output): (duration.seconds + duration.days * 24 * 3600) * 10**6) / 10**6 logger.info(' ---') - logger.info(' duration_ms: %d.%d' % (total_seconds, duration.microseconds / 1000)) + logger.info(' duration: %d.%ds' % (total_seconds, duration.microseconds / 1000)) logger.info(' ...') def Done(self):