diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-20 23:49:07 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-20 23:49:07 +0100 |
commit | 21dfcd5c92b5292928740d347c0932a230ad45b4 (patch) | |
tree | a6c337815e8ab2bafdb37e2dd3ada1125fa32184 /Lib/test/support.py | |
parent | afb4b3f6c1782d863b745eee428dcd7f55f4de41 (diff) | |
download | cpython-21dfcd5c92b5292928740d347c0932a230ad45b4.tar.gz |
Make "regrtest -j" "-R"-aware
Diffstat (limited to 'Lib/test/support.py')
-rw-r--r-- | Lib/test/support.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py index 51375d5d6b..01cd203406 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py @@ -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', |