diff options
author | Steve Dower <steve.dower@python.org> | 2019-06-21 21:39:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 21:39:49 (GMT) |
commit | f3e38ec7f014557296f6cc7b60a33d65faad1716 (patch) | |
tree | 808cf445ee4e3dddb79c5e5335dab325c7811984 /Tools | |
parent | b0338be5d223732ab739877cf10a0f76c389d0c4 (diff) | |
download | cpython-f3e38ec7f014557296f6cc7b60a33d65faad1716.zip cpython-f3e38ec7f014557296f6cc7b60a33d65faad1716.tar.gz cpython-f3e38ec7f014557296f6cc7b60a33d65faad1716.tar.bz2 |
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 63b37d3..a0fc6b9 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -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\) |