gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / python37 / patches / 29-testopts.patch
blobfeeb26a90097dcc5ee37960cc945fe04860b5ba1
1 OmniOSCE
3 When running the tests as part of the build, we want to run them in a
4 consistent order and not automatically re-launch them in verbose mode
5 when a failure occurs.
7 diff -wpruN '--exclude=*.orig' a~/Tools/scripts/run_tests.py a/Tools/scripts/run_tests.py
8 --- a~/Tools/scripts/run_tests.py 1970-01-01 00:00:00
9 +++ a/Tools/scripts/run_tests.py 1970-01-01 00:00:00
10 @@ -31,8 +31,6 @@ def main(regrtest_args):
11 args.extend(test.support.args_from_interpreter_flags())
13 args.extend(['-m', 'test', # Run the test suite
14 - '-r', # Randomize test order
15 - '-w', # Re-run failed tests in verbose mode
17 if sys.platform == 'win32':
18 args.append('-n') # Silence alerts under Windows