lit: Show all output with --show-all, even in combination with --succinct
[oota-llvm.git] / utils / lit / lit / main.py
index 18c4a8c3aaec678bbd95a2dcc1d91672cafa084f..a413885ac9af252b95406cee686297ce0d8e24b3 100755 (executable)
@@ -43,6 +43,7 @@ class TestingProgressDisplay(object):
                                     test.getFullName())
 
         shouldShow = test.result.code.isFailure or \
+            self.opts.showAllOutput or \
             (not self.opts.quiet and not self.opts.succinct)
         if not shouldShow:
             return