[Zope-dev] how do you run the zc.buildout test suite?

2008-07-17 Thread Chris McDonough
How is zc.buildout meant to have its tests run? On Mac OS X, in a checkout from svn+ssh://svn.zope.org/repos/main/zc.buildout/trunk Doing: $ python2.4 bootstrap/bootstrap.py $ bin/buildout results in: [EMAIL PROTECTED] zc.buildout]$ bin/buildout Develop:

Re: [Zope-dev] how do you run the zc.buildout test suite?

2008-07-17 Thread Jim Fulton
On Jul 17, 2008, at 3:00 PM, Chris McDonough wrote: How is zc.buildout meant to have its tests run? It's a bit of a mess, because of bootstrapping issues. On Mac OS X, in a checkout from svn+ssh://svn.zope.org/repos/main/ zc.buildout/trunk Doing: $ python2.4 bootstrap/bootstrap.py $