[Python-checkins] cpython (3.2): Make "regrtest -j" "-R"-aware

antoine.pitrou python-checkins at python.org
Mon Feb 20 23:55:14 CET 2012


http://hg.python.org/cpython/rev/28dc6177c28f
changeset:   75093:28dc6177c28f
branch:      3.2
parent:      75086:01e5d0771824
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Feb 20 23:49:07 2012 +0100
summary:
  Make "regrtest -j" "-R"-aware

files:
  Lib/test/support.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/support.py b/Lib/test/support.py
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -1460,6 +1460,7 @@
     flag_opt_map = {
         'bytes_warning': 'b',
         'dont_write_bytecode': 'B',
+        'hash_randomization': 'R',
         'ignore_environment': 'E',
         'no_user_site': 's',
         'no_site': 'S',

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list