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
f8dd77d3
Commit
f8dd77d3
authored
Jun 21, 2019
by
Paul Monson
Committed by
Steve Dower
Jun 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
parent
08286d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tools/buildbot/test.bat
Tools/buildbot/test.bat
+1
-1
No files found.
Tools/buildbot/test.bat
View file @
f8dd77d3
...
...
@@ -27,7 +27,7 @@ call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200
exit
/b
%ERRORLEVEL%
:Arm
32
Ssh
set
dashU
=
-unetwork
,
decimal
,
subprocess
,
urlfetch
,
tzdata
set
dashU
=
-unetwork
-udecimal -usubprocess -uurlfetch -u
tzdata
if
"
%SSH_SERVER%
"
==
""
goto
:Arm
32
SshHelp
if
"
%PYTHON_SOURCE%
"
==
""
(
set
PYTHON_SOURCE
=
%here%
..\..\
)
if
"
%REMOTE_PYTHON_DIR%
"
==
""
(
set
REMOTE_PYTHON_DIR
=
C
:\python\
)
...
...
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