test section for hudson ci added to buildout.
svn path=/plone.app.discussion/buildouts/; revision=33712
This commit is contained in:
parent
5f4e400a08
commit
89a9d879f4
@ -1,7 +1,7 @@
|
|||||||
[buildout]
|
[buildout]
|
||||||
extensions = mr.developer buildout.dumppickedversions
|
extensions = mr.developer buildout.dumppickedversions
|
||||||
unzip = true
|
unzip = true
|
||||||
parts = instance omelette zopepy roadrunner
|
parts = instance omelette zopepy test roadrunner
|
||||||
extends =
|
extends =
|
||||||
http://dist.plone.org/release/3.3.4/versions.cfg
|
http://dist.plone.org/release/3.3.4/versions.cfg
|
||||||
http://good-py.appspot.com/release/plone.app.discussion/1.0a2
|
http://good-py.appspot.com/release/plone.app.discussion/1.0a2
|
||||||
@ -64,6 +64,13 @@ interpreter = zopepy
|
|||||||
extra-paths = ${zope2:location}/lib/python
|
extra-paths = ${zope2:location}/lib/python
|
||||||
scripts = zopepy
|
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]
|
[roadrunner]
|
||||||
recipe = roadrunner:plone
|
recipe = roadrunner:plone
|
||||||
zope2-instance = instance
|
zope2-instance = instance
|
||||||
|
Loading…
Reference in New Issue
Block a user