From 49db74fe3ef105f880a946ae18ce5435293c7eb1 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 9 Aug 2010 17:58:22 +0000 Subject: [PATCH] Remove xmltestreport options that break the coverage report. svn path=/plone.app.discussion/trunk/; revision=38676 --- test-plone-4.0.x.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-plone-4.0.x.cfg b/test-plone-4.0.x.cfg index fda050f..04ad4a9 100644 --- a/test-plone-4.0.x.cfg +++ b/test-plone-4.0.x.cfg @@ -17,8 +17,7 @@ Products.TinyMCE = 1.1.1 [test] recipe = collective.xmltestreport eggs = ${buildout:package-name} -defaults = ['--exit-with-status', '--auto-color', '--auto-progress', - '--verbose', '--ndiff'] +defaults = ['--exit-with-status', '--auto-color', '--auto-progress'] [coverage-test] recipe = zc.recipe.testrunner