Skip to content

Commit 783b6ae

Browse files
authored
Fix typo in tests/regr_test.py
It looks like in #9382, I reintroduced the bug that I previously fixed in #9349
1 parent 9099403 commit 783b6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regr_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_testcase_directory(
221221
result = run_testcases(package=package, version=version, platform=platform, tempdir=tempdir, verbosity=verbosity)
222222

223223
if result.returncode:
224-
if verbosity > Verbosity.QUIET:
224+
if verbosity is Verbosity.QUIET:
225225
# We'll already have printed this if --verbosity QUIET wasn't passed.
226226
# If --verbosity QUIET was passed, only print this if there were errors.
227227
# If there are errors, the output is inscrutable if this isn't printed.

0 commit comments

Comments
 (0)