summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-19 13:50:27 (GMT)
committerGitHub <noreply@github.com>2023-09-19 13:50:27 (GMT)
commit67d9363372d9b214d9aa1812163866c9804aa55a (patch)
tree902535249a57976e0d6c06aad0db943c7509a00e /Tools/buildbot
parentf2636d2c45aae0a04960dcfbc7d9a2a8a36ba3bc (diff)
downloadcpython-67d9363372d9b214d9aa1812163866c9804aa55a.zip
cpython-67d9363372d9b214d9aa1812163866c9804aa55a.tar.gz
cpython-67d9363372d9b214d9aa1812163866c9804aa55a.tar.bz2
gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/test.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 25c796a..c1b2605 100644
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -23,7 +23,7 @@ if "%PROCESSOR_ARCHITECTURE%"=="ARM" if "%arm32_ssh%"=="true" goto NativeExecuti
if "%arm32_ssh%"=="true" goto :Arm32Ssh
:NativeExecution
-call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args%
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 %regrtest_args%
exit /b %ERRORLEVEL%
:Arm32Ssh
@@ -35,7 +35,7 @@ if NOT "%REMOTE_PYTHON_DIR:~-1,1%"=="\" (set REMOTE_PYTHON_DIR=%REMOTE_PYTHON_DI
set TEMP_ARGS=--temp %REMOTE_PYTHON_DIR%temp
-set rt_args=%rt_opts% %dashU% -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args% %TEMP_ARGS%
+set rt_args=%rt_opts% %dashU% -rwW --slowest --timeout=1200 %regrtest_args% %TEMP_ARGS%
ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp& cd %REMOTE_PYTHON_DIR% & %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
set ERR=%ERRORLEVEL%
scp %SSH_SERVER%:"%REMOTE_PYTHON_DIR%test-results.xml" "%PYTHON_SOURCE%\test-results.xml"