mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-139208: Fix regrtest --fast-ci --verbose (GH-139240)
Don't ignore the --verbose option anymore.
(cherry picked from commit dd683f8f34)
Co-authored-by: Victor Stinner <vstinner@python.org>
2 lines
110 B
ReStructuredText
2 lines
110 B
ReStructuredText
Fix regrtest ``--fast-ci --verbose``: don't ignore the ``--verbose`` option
|
|
anymore. Patch by Victor Stinner.
|