-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Withers wrote:
Hi All,
Apologies for the current test failure on trunk, why doesn't the following testrunner run the zdaemon tests?
[buildout] parts = test extends = http://svn.zope.org/*checkout*/Zope/tags/2.12.0a1/versions-zope2.cfg versions = versions develop = Zope zdaemon
[versions] setuptools = 0.6c9 zc.buildout = 1.2.1 zdaemon = Zope2 =
[test] recipe = zc.recipe.testrunner eggs = Zope2
As before, "Zope" contains a checkout of the trunk of the Zope2 egg, and zdaemon contains a checkout of the trunk of zdaemon egg?
Zope2 depends on zdaemon, so why are its tests not getting run when I do bin/test?
bin/test no longer runs tests for separately-installed dependencies. You need to do the 'alltests' dance to run them (I just learned the chant this morning): $ bin/buildout -c alltests.cfg $ bin/alltests Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ3iwc+gerLs4ltQ4RAikZAJ40q5e14MkxS0TmowlZI4LlldvVqgCbBNKe 233njMhbS/E7y8VKMd1RxKk= =wHpT -----END PGP SIGNATURE-----