Message187104
| 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:24 | ned.deily | set | recipients: + ned.deily, barry, doko, pitrou, r.david.murray, jibel |
| 2013-04-16 17:28:24 | ned.deily | set | messageid: <1366133304.6.0.596737297909.issue17750@psf.upfronthosting.co.za> |
| 2013-04-16 17:28:24 | ned.deily | link | issue17750 messages |
| 2013-04-16 17:28:24 | ned.deily | create | |