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:
parent
3099647902
commit
5b90902b8b
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user