]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
authorVictor Stinner <vstinner@python.org>
Wed, 27 Sep 2023 14:09:23 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 14:09:23 +0000 (16:09 +0200)
commit62881a79a81816f075c8809b94438a3d519af0a4
tree378dd226fc2a2b321537a9010cf96398fccbd927
parentd9809e84fbf22ed8d90b212a9322260f7074bc9c
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)

regrtest: --fast-ci and --slow-ci options no longer enable --rerun if
the --python option is used.
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py