Commit f8dd77d3 authored by Paul Monson's avatar Paul Monson Committed by Steve Dower

bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)

parent 08286d52
......@@ -27,7 +27,7 @@ call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200
exit /b %ERRORLEVEL%
:Arm32Ssh
set dashU=-unetwork,decimal,subprocess,urlfetch,tzdata
set dashU=-unetwork -udecimal -usubprocess -uurlfetch -utzdata
if "%SSH_SERVER%"=="" goto :Arm32SshHelp
if "%PYTHON_SOURCE%"=="" (set PYTHON_SOURCE=%here%..\..\)
if "%REMOTE_PYTHON_DIR%"=="" (set REMOTE_PYTHON_DIR=C:\python\)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment