From: Steve Dower Date: Fri, 21 Jun 2019 21:39:49 +0000 (-0700) Subject: bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) X-Git-Tag: v3.8.0b2~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3e38ec7f014557296f6cc7b60a33d65faad1716;p=thirdparty%2FPython%2Fcpython.git bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 63b37d3ea902..a0fc6b9a9458 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\)