mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
This commit is contained in:
parent
b0338be5d2
commit
f3e38ec7f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue