[Zope-Coders] Win32 Tests - Zope HEAD

Chris Withers chrisw@nipltd.com
Thu, 17 Jul 2003 12:40:49 +0100


Tim Peters wrote:
> Do you start from a fresh checkout, or update into a Zope tree you've used
> before?  

Always always always a fresh checkout :-)
(it's part of the autotester code...)

> I ran the Zope HEAD tests today (via
> 
>     \python22\python utilities\testrunner.py -v2 -a
> 
> ) from a fresh checkout, Win2K + Python 2.2.3.  No problems.  In particular,

How did you build it?

Before I went on holiday, the correct way, even on Windows, was to do:

D:\ZopeTests\sandbox\Zope>configure

D:\ZopeTests\sandbox\Zope>nmake testinst

...but the configure part of that no longer works, so nmake doesn't know how to 
build testinst.

What should I be doing?

cheers,

Chris