diff --git a/test-plone-4.0.x.cfg b/test-plone-4.0.x.cfg index e0515b3..ec53e14 100644 --- a/test-plone-4.0.x.cfg +++ b/test-plone-4.0.x.cfg @@ -35,7 +35,6 @@ defaults = ['--auto-color', '--auto-progress'] [coverage] recipe = zc.recipe.egg eggs = coverage -scripts = coverage=report initialization = sys.argv = sys.argv[:] + ['xml', '--include=plone/app/discussion/*.py', @@ -44,6 +43,7 @@ initialization = [coverage-report] recipe = zc.recipe.egg eggs = coverage +scripts = coverage=report initialization = sys.argv = sys.argv[:] + ['report', '--include=plone/app/discussion/*.py',