summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-20 22:49:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-20 22:49:07 (GMT)
commite9f637b062b3d23f284a88c45b3a8889eca673ca (patch)
tree527f0774da876d15fc5efd3cfc00957075544f88
parente5a0e0a75f4aec8410092f53abad145565e76d3f (diff)
downloadcpython-e9f637b062b3d23f284a88c45b3a8889eca673ca.zip
cpython-e9f637b062b3d23f284a88c45b3a8889eca673ca.tar.gz
cpython-e9f637b062b3d23f284a88c45b3a8889eca673ca.tar.bz2
Make "regrtest -j" "-R"-aware
-rw-r--r--Lib/test/support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index 51375d5..01cd203 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',