disable-display-PASS-UNSUPPORTED-XFAIL
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
===================================================================

Gbp-Pq: Name disable-display-PASS-UNSUPPORTED-XFAIL.diff

lldb/third_party/Python/module/unittest2/unittest2/runner.py

index db0f89d26ec464c48c0c25fa7da5a67840d4d706..74eaee0aaa4b43a2dce35b32837ee91a8639643e 100644 (file)
@@ -171,9 +171,9 @@ class TextTestRunner(unittest.TextTestRunner):
         if hasattr(result, 'separator2'):
             self.stream.writeln(result.separator2)
         run = result.testsRun
-        self.stream.writeln("Ran %d test%s in %.3fs" %
-                            (run, run != 1 and "s" or "", timeTaken))
-        self.stream.writeln()
+#        self.stream.writeln("Ran %d test%s in %.3fs" %
+#                            (run, run != 1 and "s" or "", timeTaken))
+#        self.stream.writeln()
         
         expectedFails = unexpectedSuccesses = skipped = passed = failed = errored = 0
         try: