From c6252d5116b031d625b0e7c997aaf8419d932f89 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 24 Aug 2010 09:04:13 +0000 Subject: [PATCH] Remove "exit-with-status" option from test section in the test-plone-4 buildout. svn path=/plone.app.discussion/trunk/; revision=38882 --- 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 04ad4a9..eda8cbb 100644 --- a/test-plone-4.0.x.cfg +++ b/test-plone-4.0.x.cfg @@ -17,7 +17,7 @@ Products.TinyMCE = 1.1.1 [test] recipe = collective.xmltestreport eggs = ${buildout:package-name} -defaults = ['--exit-with-status', '--auto-color', '--auto-progress'] +defaults = ['--auto-color', '--auto-progress'] [coverage-test] recipe = zc.recipe.testrunner