9 Apr
2009
9 Apr
'09
5:08 p.m.
Chris Withers wrote:
Apologies for the current test failure on trunk, why doesn't the following testrunner run the zdaemon tests?
The testrunner recipe only puts the things in its own eggs section onto the test path, so you need to do: [test] recipe = zc.recipe.testrunner eggs = Zope2 zdaemon Look at the alltests.cfg in trunk, to see how we run the tests for Zope2 and all its interesting dependencies. Hanno