[Python-Dev] [Python-checkins] cpython: Issue #11651: Improve Makefile test targets.

Nick Coghlan ncoghlan at gmail.com
Sun Jul 31 10:26:42 CEST 2011


On Sun, Jul 31, 2011 at 9:09 AM, nadeem.vawda
<python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/b76684d62a8d
> changeset:   71645:b76684d62a8d
> user:        Nadeem Vawda <nadeem.vawda at gmail.com>
> date:        Sun Jul 31 01:09:04 2011 +0200
> summary:
>  Issue #11651: Improve Makefile test targets.
>
> - Use -j0 option by default
> - Remove duplicate test run in "make test" and "make testuniversal"

That seems very questionable - the rationale for running the test
suite twice by default to ensure PYC generation is working correctly
still holds.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list