Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1d348 commit 87ae0a2Copy full SHA for 87ae0a2
1 file changed
Tools/scripts/run_tests.py
@@ -37,7 +37,7 @@ def main(regrtest_args):
37
if not any(is_multiprocess_flag(arg) for arg in regrtest_args):
38
args.extend(['-j', '0']) # Use all CPU cores
39
if not any(is_resource_use_flag(arg) for arg in regrtest_args):
40
- args.extend(['-u', 'all,-largefile,-network,-urlfetch,-audio,-gui'])
+ args.extend(['-u', 'all,-largefile,-audio,-gui'])
41
args.extend(regrtest_args)
42
print(' '.join(args))
43
os.execv(sys.executable, args)
0 commit comments