8000
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 0827d7d commit 6134250Copy full SHA for 6134250
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