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 jnoller, pitrou, r.david.murray
Date 2009-11-12.23:58:23
SpamBayes Score 0.057109624
Marked as misclassified No
Message-id <1258070307.12.0.876277765966.issue7312@psf.upfronthosting.co.za>
In-reply-to
Content
It can be useful to run one or several of the regression tests in a
loop, until one of the tests fail. Here is a patch to do that.

(interesting thing, by the way: you can combine it with -j, in order to
run several instance of the test at once)
History
Date User Action Args
2009-11-12 23:58:27pitrousetrecipients: + pitrou, jnoller, r.david.murray
2009-11-12 23:58:27pitrousetmessageid: <1258070307.12.0.876277765966.issue7312@psf.upfronthosting.co.za>
2009-11-12 23:58:25pitroulinkissue7312 messages
2009-11-12 23:58:25pitroucreate