Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3df8fa

Browse files
authored
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.
1 parent 3439cb0 commit f3df8fa

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)