Run code coverage on p.a.discussion package only.

svn path=/plone.app.discussion/trunk/; revision=39926
This commit is contained in:
Timo Stollenwerk 2010-09-16 08:23:51 +00:00
parent ff3391f23e
commit 110d84cdcd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ defaults = ['--auto-color', '--auto-progress']
[coverage-test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
eggs = ${buildout:package-name}
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[coverage-report]