You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2009/12/21 06:41:14 UTC

svn commit: r892695 - /ofbiz/trunk/common.xml

Author: doogie
Date: Mon Dec 21 05:41:13 2009
New Revision: 892695

URL: http://svn.apache.org/viewvc?rev=892695&view=rev
Log:
Junit errors in the cobertura target now fail the run.

Modified:
    ofbiz/trunk/common.xml

Modified: ofbiz/trunk/common.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=892695&r1=892694&r2=892695&view=diff
==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Mon Dec 21 05:41:13 2009
@@ -119,7 +119,7 @@
             </fileset>
         </cobertura-instrument>
         <mkdir dir="${build.dir}/test-results"/>
-        <junit fork="yes">
+        <junit fork="yes" haltonerror="yes">
             <classpath>
                 <path refid="junit.class.path"/>
                 <path refid="test.class.path"/>