Skip to content

Commit 6b71099

Browse files
committed
build: add line break as soon tests are done
PR-URL: #24748 Refs: #24486 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent e0e15da commit 6b71099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def Starting(self):
383383
pass
384384

385385
def Done(self):
386-
self.PrintProgress('Done')
386+
self.PrintProgress('Done\n')
387387

388388
def AboutToRun(self, case):
389389
self.PrintProgress(case.GetLabel())

0 commit comments

Comments
 (0)