bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
This commit is contained in:
parent
08286d52b2
commit
f8dd77d360
|
@ -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\)
|
||||
|
|
Loading…
Reference in New Issue