Skip to content

Commit

Permalink
bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351
Browse files Browse the repository at this point in the history
)

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


https://bugs.python.org/issue36511
  • Loading branch information
paulmon authored and miss-islington committed May 15, 2019
1 parent 67ff6a1 commit 4f82072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/buildbot/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f82072

Please sign in to comment.