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: #24748
Refs: #24486
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
BridgeAR committed Dec 5, 2018
1 parent e0e15da commit 6b71099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.py
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 6b71099

Please sign in to comment.