Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed05bf6 commit 3641daeCopy full SHA for 3641dae
Lib/test/libregrtest/single.py
@@ -70,7 +70,7 @@ def _run_suite(suite):
70
err = result.failures[0][1]
71
else:
72
err = "multiple errors occurred"
73
- if not verbose: err += "; run in verbose mode for details"
+ if not support.verbose: err += "; run in verbose mode for details"
74
errors = [(str(tc), exc_str) for tc, exc_str in result.errors]
75
failures = [(str(tc), exc_str) for tc, exc_str in result.failures]
76
raise support.TestFailedWithDetails(err, errors, failures, stats=stats)
0 commit comments