diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-19 13:50:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 13:50:27 (GMT) |
commit | 67d9363372d9b214d9aa1812163866c9804aa55a (patch) | |
tree | 902535249a57976e0d6c06aad0db943c7509a00e /PCbuild | |
parent | f2636d2c45aae0a04960dcfbc7d9a2a8a36ba3bc (diff) | |
download | cpython-67d9363372d9b214d9aa1812163866c9804aa55a.zip cpython-67d9363372d9b214d9aa1812163866c9804aa55a.tar.gz cpython-67d9363372d9b214d9aa1812163866c9804aa55a.tar.bz2 |
gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/rt.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 29813c5..cd32a38 100644 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat @@ -32,7 +32,7 @@ set pcbuild=%~dp0 set suffix= set qmode= set dashO= -set regrtestargs= +set regrtestargs--fail-env-changed --fail-rerun set exe= :CheckOpts |