From: Antoine Pitrou Date: Mon, 20 Feb 2012 22:49:07 +0000 (+0100) Subject: Make "regrtest -j" "-R"-aware X-Git-Tag: v3.2.3rc1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f637b062b3d23f284a88c45b3a8889eca673ca;p=thirdparty%2FPython%2Fcpython.git Make "regrtest -j" "-R"-aware --- diff --git a/Lib/test/support.py b/Lib/test/support.py index 51375d5d6b03..01cd2034064e 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',