[Python-Dev] [Python-checkins] cpython: Issue #11651: Improve Makefile test targets. (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sun Jul 31 10:26:42 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #11651: Improve Makefile test targets.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] cpython: Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #11651: Improve Makefile test targets.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]