summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
authorJulian Lettner <julian.lettner@gmail.com>2019-02-24 23:07:29 -0800
committerJulian Lettner <julian.lettner@apple.com>2019-10-31 11:43:20 -0700
commitbbebdbbd20533fc52f10a76d7a936524b805a712 (patch)
treea42466ebe1a3fb8d9b23bdc16b364c830d75ab30 /llvm/utils/lit
parent0d4e6519c5dd81034935d4da9c519c17e41b1202 (diff)
downloadbcm5719-llvm-bbebdbbd20533fc52f10a76d7a936524b805a712.tar.gz
bcm5719-llvm-bbebdbbd20533fc52f10a76d7a936524b805a712.zip
[lit] Always print newline before test time/summary
Slightly decreases the time I need to parse the test summary.
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r--llvm/utils/lit/lit/display.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/lit/lit/display.py b/llvm/utils/lit/lit/display.py
index e07fc4b4663..687c57e3385 100644
--- a/llvm/utils/lit/lit/display.py
+++ b/llvm/utils/lit/lit/display.py
@@ -56,8 +56,7 @@ class Display(object):
def finish(self):
if self.progress_bar:
self.progress_bar.clear()
- elif self.opts.succinct:
- sys.stdout.write('\n')
+ sys.stdout.write('\n')
def print_result(self, test):
if self.progress_bar:
OpenPOWER on IntegriCloud