]> git.pld-linux.org Git - packages/python3.git/blame - python3-no-randomize-tests.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python3-no-randomize-tests.patch
CommitLineData
80f122a5
AM
1--- ./Tools/scripts/run_tests.py~ 2018-06-27 05:07:35.000000000 +0200
2+++ ./Tools/scripts/run_tests.py 2018-06-29 09:40:05.838625461 +0200
3@@ -31,7 +31,6 @@ def main(regrtest_args):
4 args.extend(test.support.args_from_interpreter_flags())
5
6 args.extend(['-m', 'test', # Run the test suite
7- '-r', # Randomize test order
8 '-w', # Re-run failed tests in verbose mode
9 ])
10 if sys.platform == 'win32':
This page took 0.088738 seconds and 4 git commands to generate.