]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:39:06 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:39:06 +0000 (19:39 +0200)
commite4e8c5a3b0f51fd403ee7deaa9187010a52f44e8
treebc90bb4a65357a2cdf5f37fb6c9871e74bc3b4be
parentb343009377b632cd07863475e33238b592d984f5
[3.14] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139260)

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]