From 7b9a84dfbe8a36680b974b977562b560218e2f18 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 21 Sep 2010 17:30:34 +0000 Subject: [PATCH] Fix coverage report. svn path=/plone.app.discussion/trunk/; revision=40110 --- test-plone-4.0.x.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',