[Python-Dev] Trimming "make quicktest"
Brett Cannon
brett at python.org
Thu Mar 24 17:58:28 CET 2011
On Wed, Mar 23, 2011 at 11:56, Antoine Pitrou <solipsis at pitrou.net> wrote:
> Le mercredi 23 mars 2011 à 18:51 +0000, Michael Foord a écrit :
> > On 23/03/2011 18:42, Antoine Pitrou wrote:
> > > On Wed, 23 Mar 2011 14:29:22 -0400
> > > David Bolen<db3l.net at gmail.com> wrote:
> > >> Nick Coghlan<ncoghlan at gmail.com> writes:
> > >>
> > >>> On Thu, Mar 24, 2011 at 12:36 AM, Antoine Pitrou<solipsis at pitrou.net>
> wrote:
> > >>>> You mean in the "-j" option itself or in "make test"?
> > >>> I was actually suggesting that -j be the *default* in regrtest
> itself,
> > >>> with an option to turn it off or force a particular number of
> > >>> processes.
> > >> Just one request - if there are changes in this direction (e.g.,
> > >> trying to make regrtest use all cores by default), please include the
> > >> ability to configure/override this for individual builders (or at
> > >> least slaves) since otherwise I won't be able to disable it.
> > > I think "-j" should remain a manual setting. I've posted a patch to
> > > enable it automatically in "make test" for convenience, but it would
> > > be enabled for neither "-m test" nor "make buildbottest".
> >
> > -j doesn't pass on several of the flags to its subprocesses (e.g.
> > warning settings I believe)
>
> It does (should):
> http://hg.python.org/cpython/file/2f4865834695/Lib/test/support.py#l1375
>
I fixed that at the sprints so yes, it works as expected (at least for the
flags one will care about).
-Brett
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/brett%40python.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110324/c52a5d2b/attachment.html>
More information about the Python-Dev
mailing list