This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2009-05-31.01:11:41
SpamBayes Score 1.597633e-06
Marked as misclassified No
Message-id <1243732308.89.0.428199385474.issue6152@psf.upfronthosting.co.za>
In-reply-to
Content
This experimental patch introduces a new option to run regression tests
in parallel. The option is named '-j' by analogy with the corresponding
`make` option.

For example, to run up to two tests in parallel:
./python -m test.regrtest -j2
History
Date User Action Args
2009-05-31 01:11:49pitrousetrecipients: + pitrou
2009-05-31 01:11:48pitrousetmessageid: <1243732308.89.0.428199385474.issue6152@psf.upfronthosting.co.za>
2009-05-31 01:11:46pitroulinkissue6152 messages
2009-05-31 01:11:46pitroucreate