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

This commit is contained in:
Paul Monson 2019-06-21 09:40:05 -07:00 committed by Steve Dower
parent 08286d52b2
commit f8dd77d360

View file

@ -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\)