Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
51394b8c
Commit
51394b8c
authored
May 24, 2019
by
Paul Monson
Committed by
Steve Dower
May 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-36511: Ensure error code propagates out of batch files (GH-13529)
parent
c994c8fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tools/buildbot/test.bat
Tools/buildbot/test.bat
+2
-2
No files found.
Tools/buildbot/test.bat
View file @
51394b8c
...
...
@@ -21,7 +21,7 @@ echo on
if
"
%arm3
2_ssh
%
"
==
"true"
goto
:Arm
32
Ssh
call
"
%here%
..\..\PCbuild\rt.bat"
%rt_opts%
-uall -rwW
-
-slowest
-
-timeout
=
1200
-
-fail-env-changed
%regrtest_args%
exit
/b
0
exit
/b
%ERRORLEVEL%
:Arm
32
Ssh
set
dashU
=
-unetwork
,
decimal
,
subprocess
,
urlfetch
,
tzdata
...
...
@@ -42,7 +42,7 @@ 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%
exit
/b
0
exit
/b
%ERRORLEVEL%
:Arm
32
SshHelp
echo
SSH_SERVER
environment
variable
must
be
set
to
administrator
@
[
ip
address
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment