mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
regr_test.py: Fix out-of-date comment (#9419)
This commit is contained in:
@@ -223,8 +223,8 @@ def test_testcase_directory(
|
||||
|
||||
if result.returncode:
|
||||
if verbosity > Verbosity.QUIET:
|
||||
# We'll already have printed this if --quiet wasn't passed.
|
||||
# If --quiet was passed, only print this if there were errors.
|
||||
# We'll already have printed this if --verbosity QUIET wasn't passed.
|
||||
# If --verbosity QUIET was passed, only print this if there were errors.
|
||||
# If there are errors, the output is inscrutable if this isn't printed.
|
||||
print(msg, end=" ")
|
||||
print_error("failure\n")
|
||||
|
||||
Reference in New Issue
Block a user