Skip to content

Commit f3e38ec

Browse files
authored
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
1 parent b0338be commit f3e38ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)