Skip to content

Commit 4f82072

Browse files
paulmonmiss-islington
authored andcommitted
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
1 parent 67ff6a1 commit 4f82072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/buildbot/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scp -r "%PYTHON_SOURCE%Include" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Include"
4141
scp -r "%PYTHON_SOURCE%Lib" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Lib"
4242

4343
set rt_args=%rt_opts% %dashU% -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args% %TEMP_ARGS%
44-
ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp & %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
44+
ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp& %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
4545
exit /b 0
4646

4747
:Arm32SshHelp

0 commit comments

Comments
 (0)