disable-display-PASS-UNSUPPORTED-XFAIL

===================================================================

Gbp-Pq: Name disable-display-PASS-UNSUPPORTED-XFAIL.diff
This commit is contained in:
LLVM Packaging Team 2022-06-27 14:58:45 +08:00 committed by Lu zhiping
parent f2b3f43b15
commit 178f56b13b
1 changed files with 3 additions and 3 deletions

View File

@ -174,9 +174,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: