Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 69c40d7

Browse filesBrowse files
author
Paul Monson
committed
fix 2 more exit 0 calls
1 parent 365701c commit 69c40d7
Copy full SHA for 69c40d7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎Tools/buildbot/remoteDeploy.bat

Copy file name to clipboardExpand all lines: Tools/buildbot/remoteDeploy.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @%SCP% PCBuild\arm32\
3535
%SCP% "%PYTHON_SOURCE%Modules\Setup" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Modules"
3636
%SCP% "%PYTHON_SOURCE%PC\pyconfig.h" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PC"
3737

38-
exit /b 0
38+
exit /b %ERRORLEVEL%
3939

4040
:Arm32SshHelp
4141
echo SSH_SERVER environment variable must be set to administrator@[ip address]

‎Tools/buildbot/remotePythonInfo.bat

Copy file name to clipboardExpand all lines: Tools/buildbot/remotePythonInfo.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if "%SSH%"=="" if EXIST %WINDIR%\System32\OpenSSH\ssh.exe (set SSH=%WINDIR%\Syst
2222
set PYTHON_EXE=%prefix%\python%suffix%.exe
2323
echo on
2424
%SSH% %SSH_SERVER% %PYTHON_EXE% -m test.pythoninfo
25-
exit /b 0
25+
exit /b %ERRORLEVEL%
2626

2727
:Arm32SshHelp
2828
echo SSH_SERVER environment variable must be set to administrator@[ip address]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.