[issue25001] Make --nowindows argument to regrtest propagate when running with -j

Zachary Ware report at bugs.python.org
Wed Sep 30 05:26:29 CEST 2015


Zachary Ware added the comment:

Just to add my 0.02USD:

I think my preferred course of action would be to enable '-n' by default and deprecate/ignore the option.  For the assert output on stderr, I think it would be fine to hide it by default, but show it if verbose > i for some value of i (0 or 1, probably).  They really don't add much except spam in the buildbot logs.

Also, for the record, changes to how the buildbots are called isn't very hard; let me know if any are needed.  I'd like to eventually get rid of Tools/buildbot and just let the buildbots call the same things the same way users do.

----------

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


More information about the Python-bugs-list mailing list