summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-29 19:16:29 (GMT)
committerGitHub <noreply@github.com>2023-09-29 19:16:29 (GMT)
commitf3df8fa669158f89af69b5661e98314d98fb916f (patch)
tree2d3326e270a114ba691c1978fe8bc1afec37aca0 /PCbuild
parent3439cb004943788d5e4698bfceec891e7118254c (diff)
downloadcpython-f3df8fa669158f89af69b5661e98314d98fb916f.zip
cpython-f3df8fa669158f89af69b5661e98314d98fb916f.tar.gz
cpython-f3df8fa669158f89af69b5661e98314d98fb916f.tar.bz2
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.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/rt.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index 7ae7141..332ba5e 100644
--- a/PCbuild/rt.bat
+++ b/PCbuild/rt.bat
@@ -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