]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139208: Fix regrtest --fast-ci --verbose (#139240)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Sep 2025 14:09:01 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 14:09:01 +0000 (16:09 +0200)
commitdd683f8f341dd0c95ac4f1363d92d141ea5b3842
tree24d00800b5daf0175ed5e7c61f08440de5ed5172
parent16eae6d90d49ef036b010777ceffd130cfa96126
gh-139208: Fix regrtest --fast-ci --verbose (#139240)

Don't ignore the --verbose option anymore.
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2025-09-22-15-40-09.gh-issue-139208.Tc13dl.rst [new file with mode: 0644]