mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-05 11:19:41 +00:00
lit: Show all output with --show-all, even in combination with --succinct
I missed an earlier exit for the --succinct case when I introduced the -a option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6426aea54e
commit
1aeb225d49
@ -43,6 +43,7 @@ class TestingProgressDisplay(object):
|
|||||||
test.getFullName())
|
test.getFullName())
|
||||||
|
|
||||||
shouldShow = test.result.code.isFailure or \
|
shouldShow = test.result.code.isFailure or \
|
||||||
|
self.opts.showAllOutput or \
|
||||||
(not self.opts.quiet and not self.opts.succinct)
|
(not self.opts.quiet and not self.opts.succinct)
|
||||||
if not shouldShow:
|
if not shouldShow:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user