regr_test.py: Fix out-of-date comment (#9419)

This commit is contained in:
Alex Waygood
2022-12-27 17:26:48 +00:00
committed by GitHub
parent f174355b31
commit fd3e64ac3e

View File

@@ -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")