[Python-checkins] bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)

Miss Islington (bot) webhook-mailer at python.org
Wed May 15 19:10:45 EDT 2019


https://github.com/python/cpython/commit/4f820723c86c94f857d8d8de47a3c28f985946bd
commit: 4f820723c86c94f857d8d8de47a3c28f985946bd
branch: master
author: Paul Monson <paulmon at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-15T16:10:39-07:00
summary:

bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)



@zooba
I just realized that this whitespace fix didn't get pushed.


https://bugs.python.org/issue36511

files:
M Tools/buildbot/test.bat

diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 7815c55c152b..b84e8e255672 100644
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -41,7 +41,7 @@ scp -r "%PYTHON_SOURCE%Include" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Include"
 scp -r "%PYTHON_SOURCE%Lib" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Lib"
 
 set rt_args=%rt_opts% %dashU% -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args% %TEMP_ARGS%
-ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp & %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
+ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp& %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
 exit /b 0
 
 :Arm32SshHelp



More information about the Python-checkins mailing list