projects
/
python3.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325f8b6
)
test-no-random-order
author
Matthias Klose
<doko@debian.org>
Wed, 20 Jan 2021 14:49:22 +0000
(14:49 +0000)
committer
Matthias Klose
<doko@debian.org>
Wed, 20 Jan 2021 14:49:22 +0000
(14:49 +0000)
# DP: Don't run the test suite in random order.
# DP: Don't run the test suite in random order.
Gbp-Pq: Name test-no-random-order.diff
Tools/scripts/run_tests.py
patch
|
blob
|
history
diff --git
a/Tools/scripts/run_tests.py
b/Tools/scripts/run_tests.py
index bcfa5e943b347d59c035278b1c473eb37bc7a96d..911aeb5ce24ddf4ea7820225a56098accb6141d7 100644
(file)
--- a/
Tools/scripts/run_tests.py
+++ b/
Tools/scripts/run_tests.py
@@
-33,7
+33,6
@@
def main(regrtest_args):
args.extend(test.support.args_from_interpreter_flags())
args.extend(['-m', 'test', # Run the test suite
- '-r', # Randomize test order
'-w', # Re-run failed tests in verbose mode
])
if sys.platform == 'win32':