]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 19:16:29 +0000 (21:16 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 19:16:29 +0000 (19:16 +0000)
Replace "--fail-env-changed --fail-rerun" with "--fast-ci".

Tools/buildbot/test.bat pass --slow-ci which has the priority over
--fast-ci.

PCbuild/rt.bat

index 7ae7141bfc4eaa7401dcae3ceafada5a37ac4706..332ba5edcf40820c5860f2495dfa6336678c0a50 100644 (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