From: Antoine Pitrou Date: Mon, 3 Jan 2011 20:40:07 +0000 (+0000) Subject: Mention --randseed in option list X-Git-Tag: v3.2rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef;p=thirdparty%2FPython%2Fcpython.git Mention --randseed in option list --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 594c58f6c9f9..1649865ecc48 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -34,6 +34,7 @@ Verbosity Selecting tests -r/--random -- randomize test execution order (see below) + --randseed -- pass a random seed to reproduce a previous random run -f/--fromfile -- read names of tests to run from a file (see below) -x/--exclude -- arguments are tests to *exclude* -s/--single -- single step through a set of tests (see below)