Skip to content

Commit de9c630

Browse files
paulmonDinoV
authored andcommitted
bpo-36511: Fix -u parameters for ARM32 tests (pythonGH-14280)
1 parent e19e019 commit de9c630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200
2727
exit /b %ERRORLEVEL%
2828

2929
:Arm32Ssh
30-
set dashU=-unetwork,decimal,subprocess,urlfetch,tzdata
30+
set dashU=-unetwork -udecimal -usubprocess -uurlfetch -utzdata
3131
if "%SSH_SERVER%"=="" goto :Arm32SshHelp
3232
if "%PYTHON_SOURCE%"=="" (set PYTHON_SOURCE=%here%..\..\)
3333
if "%REMOTE_PYTHON_DIR%"=="" (set REMOTE_PYTHON_DIR=C:\python\)

0 commit comments

Comments
 (0)