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

This commit is contained in:
Antoine Pitrou 2012-02-20 23:49:07 +01:00
parent e5a0e0a75f
commit e9f637b062
1 changed files with 1 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ def args_from_interpreter_flags():
flag_opt_map = {
'bytes_warning': 'b',
'dont_write_bytecode': 'B',
'hash_randomization': 'R',
'ignore_environment': 'E',
'no_user_site': 's',
'no_site': 'S',