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
d6fe58d7
Commit
d6fe58d7
authored
Aug 16, 2011
by
Sandro Tosi
Browse files
Options
Browse Files
Download
Plain Diff
merge heads
parents
b51a3c9d
7f0a6ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Tools/scripts/run_tests.py
Tools/scripts/run_tests.py
+2
-0
No files found.
Tools/scripts/run_tests.py
View file @
d6fe58d7
...
...
@@ -32,6 +32,8 @@ def main(regrtest_args):
'-r'
,
# Randomize test order
'-w'
,
# Re-run failed tests in verbose mode
])
if
sys
.
platform
==
'win32'
:
args
.
append
(
'-n'
)
# Silence alerts under Windows
if
not
any
(
is_multiprocess_flag
(
arg
)
for
arg
in
regrtest_args
):
args
.
extend
([
'-j'
,
'0'
])
# Use all CPU cores
if
not
any
(
is_resource_use_flag
(
arg
)
for
arg
in
regrtest_args
):
...
...
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