R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to