Skip to content

Commit 01bd341

Browse files
committed
bpo-41173: Copy test results file from ARM worker before uploading
1 parent daa0fe0 commit 01bd341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/buildbot/test.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ set TEMP_ARGS=--temp %REMOTE_PYTHON_DIR%temp
3737

3838
set rt_args=%rt_opts% %dashU% -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args% %TEMP_ARGS%
3939
ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp& %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
40+
scp %SSH_SERVER%:"%REMOTE_PYTHON_DIR%test-results.xml" "%PYTHON_SOURCE%\test-results.xml"
4041
exit /b %ERRORLEVEL%
4142

4243
:Arm32SshHelp

0 commit comments

Comments
 (0)