[Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Philipp von Weitershausen
Andreas Jung wrote: The build process changed in 2.9. Perhaps make inplace; make test should work. He explicity said in a tarball. make inplace only exists in SVN. As a reminder: SVN repo != release tarball I know it's always been '==' for every other Zope 2 version, but 2.9 is different

[Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Philipp von Weitershausen
Paul Winkler wrote: On Mon, Dec 12, 2005 at 05:40:27AM +0100, Andreas Jung wrote: The build process changed in 2.9. Perhaps make inplace; make test should work. -aj Good thought, but there is no inplace target anymore. Yup, Andreas was referring to the SVN checkout. What is now the

Re: [Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 04:54:24PM +0100, Philipp von Weitershausen wrote: Andreas Jung wrote: The build process changed in 2.9. Perhaps make inplace; make test should work. He explicity said in a tarball. make inplace only exists in SVN. As a reminder: SVN repo != release tarball

[Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 05:01:35PM +0100, Philipp von Weitershausen wrote: I guess it should use zope.testing.testrunner instead of zope.app.testing.test, though I'm not sure how the parameters and options convert. I don't think that's the problem: [EMAIL PROTECTED] Zope-2.9-branch $ svn up

Re: [Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 12:43:35PM -0500, Paul Winkler wrote: Looks to me like it's a simple PYTHONPATH problem: (snip) OK, is Makefile.in the right place to fix that? This patch seems to work: [EMAIL PROTECTED] Zope-2.9-branch $ svn diff inst/Makefile.in Index: inst/Makefile.in

Re: [Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
Just to clarify - sorry for confusing the issue (and myself): There are two separate problems here. make test doesn't work in a sandbox *or* a release tarball. The patch below addresses only the former. Phillip is right about the latter, it's got a broken import. -PW On Mon, Dec 12, 2005 at

Re: [Zope-dev] Re: make test fails on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 01:08:16PM -0500, Paul Winkler wrote: Phillip is right about the latter, it's got a broken import. OK, I have a patch for make test that allows it to at least run, but with lots of test errors. I think I will have to pass on this one and leave it to somebody who's more