[issue5588] Add --randseed to regrtest
Collin Winter
report at bugs.python.org
Sat Mar 28 19:58:12 CET 2009
New submission from Collin Winter <collinw at gmail.com>:
Add the ability to control the random seed used by regrtest.py -r. This
patch adds a --randseed option, and makes regrtest.py -r indicate what
random seed it's using so that that value can later be fed back to
--randseed. This option is useful for tracking down test order-related
issues found by make buildbottest, for example.
----------
components: Tests
files: randseed.patch
keywords: needs review, patch
messages: 84322
nosy: collinwinter
severity: normal
stage: patch review
status: open
title: Add --randseed to regrtest
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file13446/randseed.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5588>
_______________________________________
More information about the Python-bugs-list
mailing list