test section for hudson ci added to buildout.

svn path=/plone.app.discussion/buildouts/; revision=33712
This commit is contained in:
Timo Stollenwerk 2010-02-05 09:59:11 +00:00
parent 5f4e400a08
commit 89a9d879f4
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[buildout]
extensions = mr.developer buildout.dumppickedversions
unzip = true
parts = instance omelette zopepy roadrunner
parts = instance omelette zopepy test roadrunner
extends =
http://dist.plone.org/release/3.3.4/versions.cfg
http://good-py.appspot.com/release/plone.app.discussion/1.0a2
@ -64,6 +64,13 @@ interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
[test]
recipe = collective.xmltestreport
eggs = plone.app.discussion
# other eggs in this list not shown
extra-paths = ${zope2:location}/lib/python
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[roadrunner]
recipe = roadrunner:plone
zope2-instance = instance