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

2005-12-12 Thread Paul Winkler
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.

What is now the canonical way of running tests in a release
tarball?  Is there one?

-PW
 
-- 

Paul Winkler
http://www.slinkp.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


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

2005-12-11 Thread Paul Winkler
Sorry for redundancy if this is a known problem, but
I just now grabbed the 2.9.0-b1 tarball and noticed this:

[EMAIL PROTECTED] Zope-2.9.0b1 $ ./configure
--prefix=/home/pw/Zope-2.9.0b1-SoftwareHome 
Configuring Zope installation

Testing for an acceptable Python interpreter...

Python version 2.4.2 found at /usr/bin/python

The optimum Python version (2.4.2) was found at /usr/bin/python.

[EMAIL PROTECTED] Zope-2.9.0b1 $ less Makefile
[EMAIL PROTECTED] Zope-2.9.0b1 $ make  make test  make install
/usr/bin/python install.py -q build
/usr/bin/python install.py -q build
/usr/bin/python test.py -v
Traceback (most recent call last):
  File test.py, line 32, in ?
import zope.app.testing.test
ImportError: No module named test
make: *** [test] Error 1


Is make test expected to work currently? 

-- 

Paul Winkler
http://www.slinkp.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )