]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Sep 2025 14:32:19 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 14:32:19 +0000 (14:32 +0000)
commit096772dd5d7b7dfd7b3f4fefc5ba24836cf80b0e
treed4dce1d7f3733d45a25c6d3cc33184c8415e869c
parent5775c0037baa8d3477bf2ad744549e887817f332
[3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)

gh-139208: Fix regrtest --fast-ci --verbose (GH-139240)

Don't ignore the --verbose option anymore.
(cherry picked from commit dd683f8f341dd0c95ac4f1363d92d141ea5b3842)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]