<br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 11:56, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le mercredi 23 mars 2011 à 18:51 +0000, Michael Foord a écrit :<br>
<div class="im">> On 23/03/2011 18:42, Antoine Pitrou wrote:<br>
> > On Wed, 23 Mar 2011 14:29:22 -0400<br>
> > David Bolen<<a href="http://db3l.net" target="_blank">db3l.net</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> wrote:<br>
> >> Nick Coghlan<<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> writes:<br>
> >><br>
> >>> On Thu, Mar 24, 2011 at 12:36 AM, Antoine Pitrou<<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br>
> >>>> You mean in the "-j" option itself or in "make test"?<br>
> >>> I was actually suggesting that -j be the *default* in regrtest itself,<br>
> >>> with an option to turn it off or force a particular number of<br>
> >>> processes.<br>
> >> Just one request - if there are changes in this direction (e.g.,<br>
> >> trying to make regrtest use all cores by default), please include the<br>
> >> ability to configure/override this for individual builders (or at<br>
> >> least slaves) since otherwise I won't be able to disable it.<br>
> > I think "-j" should remain a manual setting. I've posted a patch to<br>
> > enable it automatically in "make test" for convenience, but it would<br>
> > be enabled for neither "-m test" nor "make buildbottest".<br>
><br>
> -j doesn't pass on several of the flags to its subprocesses (e.g.<br>
> warning settings I believe)<br>
<br>
</div>It does (should):<br>
<a href="http://hg.python.org/cpython/file/2f4865834695/Lib/test/support.py#l1375" target="_blank">http://hg.python.org/cpython/file/2f4865834695/Lib/test/support.py#l1375</a><br></blockquote><div><br>I fixed that at the sprints so yes, it works as expected (at least for the flags one will care about).<br>
<br>-Brett<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</div></div></blockquote></div><br>