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

This commit is contained in:
Steve Dower 2019-06-21 14:39:49 -07:00 committed by GitHub
parent b0338be5d2
commit f3e38ec7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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