This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients barry, nadeem.vawda, ncoghlan, pitrou
Date 2011-03-23.15:57:16
SpamBayes Score 1.7780198e-05
Marked as misclassified No
Message-id <1300895837.8.0.208571918258.issue11651@psf.upfronthosting.co.za>
In-reply-to
Content
>- when "-j0" is passed to regrtest, use the cpu count detected by multiprocessing
>- remove the duplicate test in "make test"
>- add "-j0" to the test options in make test

+1. The duplicate test seems quite wasteful (outside of testall). Is there any
reason not to add "-j0" for testall as well?

I think there is merit in keeping the quicktest target, though. Perhaps it
could be renamed to make it clear that it is only meant for use after merge
races? How does "racetest" sound?
History
Date User Action Args
2011-03-23 15:57:17nadeem.vawdasetrecipients: + nadeem.vawda, barry, ncoghlan, pitrou
2011-03-23 15:57:17nadeem.vawdasetmessageid: <1300895837.8.0.208571918258.issue11651@psf.upfronthosting.co.za>
2011-03-23 15:57:17nadeem.vawdalinkissue11651 messages
2011-03-23 15:57:16nadeem.vawdacreate