| Index: tools/testrunner/local/progress.py
|
| diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py
|
| index 6ae416a4260c5be425107639090ca5c5fcfc569e..9075a954faae6e084835d8781b6d9f6d2c6f2977 100644
|
| --- a/tools/testrunner/local/progress.py
|
| +++ b/tools/testrunner/local/progress.py
|
| @@ -152,6 +152,7 @@ class CompactProgressIndicator(ProgressIndicator):
|
|
|
| def Done(self):
|
| self.PrintProgress('Done')
|
| + print "" # Line break.
|
|
|
| def AboutToRun(self, test):
|
| self.PrintProgress(test.GetLabel())
|
|
|