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:
Victor Stinner 2023-09-29 21:16:29 +02:00 committed by GitHub
parent 3439cb0049
commit f3df8fa669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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