Skip to content

Commit 292fa12

Browse files
committed
pythongh-109566: PCbuild/rt.bat now uses --fast-ci
Replace "--fail-env-changed --fail-rerun" with "--fast-ci". Tools/buildbot/test.bat pass --slow-ci which has the priority over --fast-ci.
1 parent 3439cb0 commit 292fa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set pcbuild=%~dp0
3232
set suffix=
3333
set qmode=
3434
set dashO=
35-
set regrtestargs=--fail-env-changed --fail-rerun
35+
set regrtestargs=--fast-ci
3636
set exe=
3737

3838
:CheckOpts

0 commit comments

Comments
 (0)