From: Paul Monson Date: Fri, 21 Jun 2019 16:40:05 +0000 (-0700) Subject: bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) X-Git-Tag: v3.9.0a1~1205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8dd77d36067fd7be614edde1e5e9e7467c450dc;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\)