Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/regr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_testcase_directory(
result = run_testcases(package=package, version=version, platform=platform, tempdir=tempdir, verbosity=verbosity)

if result.returncode:
if verbosity > Verbosity.QUIET:
if verbosity is Verbosity.QUIET:
# 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.
Expand Down