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 r.david.murray
Recipients flox, r.david.murray, vstinner
Date 2010-04-29.16:43:57
SpamBayes Score 1.5935431e-05
Marked as misclassified No
Message-id <1272559440.83.0.384552704979.issue8565@psf.upfronthosting.co.za>
In-reply-to
Content
There are currently (at least) two places where regrtest is invoked by the buildbots, one for unix and one for windows.  The flags used are not always in sync, but probably should be.

I think it is probably better to not hack regrtest for this, since that would actually reduce its flexibility, but I'm open to argument on that. I'm going to set myself up an alias for running the tests:

   alias pytest="./python -E -tt -bb -Wd -3 -m test.regrtest"

That form for running regrtest should probably be added to the dev docs as a recommendation.
History
Date User Action Args
2010-04-29 16:44:01r.david.murraysetrecipients: + r.david.murray, vstinner, flox
2010-04-29 16:44:00r.david.murraysetmessageid: <1272559440.83.0.384552704979.issue8565@psf.upfronthosting.co.za>
2010-04-29 16:43:58r.david.murraylinkissue8565 messages
2010-04-29 16:43:58r.david.murraycreate