]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make "regrtest -j" "-R"-aware
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 22:49:07 +0000 (23:49 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 22:49:07 +0000 (23:49 +0100)
Lib/test/support.py

index 51375d5d6b037c91964b3e6797e0c385b4c95ae0..01cd2034064e7ee6cd48be1fc1cbdd690c63baa3 100644 (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',