summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 2366d490e2..46235ab05a 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -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())