From 5844a0653dd4a456bca969c29891cea1219c78c9 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Fri, 30 Nov 2018 16:19:33 +0100 Subject: [PATCH] build: add line break as soon tests are done MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/24748 Refs: https://github.com/nodejs/node/pull/24486 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index 640206f95cb420..37f29fae11f9ba 100755 --- a/tools/test.py +++ b/tools/test.py @@ -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())