Commit e9f637b0 authored by Antoine Pitrou's avatar Antoine Pitrou

Make "regrtest -j" "-R"-aware

parent e5a0e0a7
...@@ -1460,6 +1460,7 @@ def args_from_interpreter_flags(): ...@@ -1460,6 +1460,7 @@ def args_from_interpreter_flags():
flag_opt_map = { flag_opt_map = {
'bytes_warning': 'b', 'bytes_warning': 'b',
'dont_write_bytecode': 'B', 'dont_write_bytecode': 'B',
'hash_randomization': 'R',
'ignore_environment': 'E', 'ignore_environment': 'E',
'no_user_site': 's', 'no_user_site': 's',
'no_site': 'S', 'no_site': 'S',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment