]> granicus.if.org Git - python/commitdiff
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
authorSteve Dower <steve.dower@python.org>
Fri, 21 Jun 2019 21:39:49 +0000 (14:39 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:39:49 +0000 (14:39 -0700)
Tools/buildbot/test.bat

index 63b37d3ea902035cc2ab58f09b8dd7e49a98f024..a0fc6b9a9458bc81b576999ed5c7549760bc8d32 100644 (file)
@@ -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\)