[issue8565] Always run regrtest.py with -bb

R. David Murray report at bugs.python.org
Thu Apr 29 18:44:00 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8565>
_______________________________________


More information about the Python-bugs-list mailing list