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 ned.deily
Recipients barry, doko, jibel, ned.deily, pitrou, r.david.murray
Date 2013-04-16.17:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366133304.6.0.596737297909.issue17750@psf.upfronthosting.co.za>
In-reply-to
Content
We could change an existing buildbot, say one of the snakebite buildbots, to add a `make install` and run the tests from it.  I don't think it should be very difficult.  Just make sure ./configure --prefix= has a reasonable value like a dedicated directory (rather than /usr/local), avoid --enable-shared, rm -r on the prefix directories prior to the `make install` step, and cd to some clean directory (other than the source or build directories) then run the tests from `<prefix>/bin/python -m test (or test.regrtest for 2.7) ...
History
Date User Action Args
2013-04-16 17:28:24ned.deilysetrecipients: + ned.deily, barry, doko, pitrou, r.david.murray, jibel
2013-04-16 17:28:24ned.deilysetmessageid: <1366133304.6.0.596737297909.issue17750@psf.upfronthosting.co.za>
2013-04-16 17:28:24ned.deilylinkissue17750 messages
2013-04-16 17:28:24ned.deilycreate