From: Paul Monson <paulmon@users.noreply.github.com>
Date: Fri, 21 Jun 2019 16:40:05 +0000 (-0700)
Subject: bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8dd77d36067fd7be614edde1e5e9e7467c450dc;p=python

bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
---

diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 63b37d3ea9..a0fc6b9a94 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\)