Skip to content

Commit

Permalink
build: add line break as soon tests are done
Browse files Browse the repository at this point in the history
PR-URL: nodejs#24748
Refs: nodejs#24486
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
BridgeAR authored and refack committed Jan 10, 2019
1 parent 6b3b868 commit 87881b4
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 @@ -383,7 +383,7 @@ def Starting(self):
pass

def Done(self):
self.PrintProgress('Done')
self.PrintProgress('Done\n')

def AboutToRun(self, case):
self.PrintProgress(case.GetLabel())
Expand Down

0 comments on commit 87881b4

Please sign in to comment.