mirror of https://github.com/python/cpython
gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
Replace "--fail-env-changed --fail-rerun" with "--fast-ci". Tools/buildbot/test.bat pass --slow-ci which has the priority over --fast-ci.
This commit is contained in:
parent
3439cb0049
commit
f3df8fa669
|
@ -32,7 +32,7 @@ set pcbuild=%~dp0
|
|||
set suffix=
|
||||
set qmode=
|
||||
set dashO=
|
||||
set regrtestargs=--fail-env-changed --fail-rerun
|
||||
set regrtestargs=--fast-ci
|
||||
set exe=
|
||||
|
||||
:CheckOpts
|
||||
|
|
Loading…
Reference in New Issue