build: add line break as soon tests are done

PR-URL: https://github.com/nodejs/node/pull/24748
Refs: https://github.com/nodejs/node/pull/24486
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Ruben Bridgewater 2018-11-30 16:19:33 +01:00 committed by Daniel Bevenius
parent 3099647902
commit 5b90902b8b

View File

@ -383,7 +383,7 @@ class CompactProgressIndicator(ProgressIndicator):
pass
def Done(self):
self.PrintProgress('Done')
self.PrintProgress('Done\n')
def AboutToRun(self, case):
self.PrintProgress(case.GetLabel())