From fd3e64ac3e62d4ff24b18bab31066a58fcac4eb4 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 27 Dec 2022 17:26:48 +0000 Subject: [PATCH] `regr_test.py`: Fix out-of-date comment (#9419) --- tests/regr_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regr_test.py b/tests/regr_test.py index 785a971c0..87d79aee1 100644 --- a/tests/regr_test.py +++ b/tests/regr_test.py @@ -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")