|
From: <jbo...@li...> - 2006-06-15 03:44:52
|
Author: mic...@jb...
Date: 2006-06-14 23:44:45 -0400 (Wed, 14 Jun 2006)
New Revision: 4763
Modified:
labs/jbossrules/trunk/build.xml
Log:
changed to fail build if a test doesn't pass
Modified: labs/jbossrules/trunk/build.xml
===================================================================
--- labs/jbossrules/trunk/build.xml 2006-06-15 00:29:26 UTC (rev 4762)
+++ labs/jbossrules/trunk/build.xml 2006-06-15 03:44:45 UTC (rev 4763)
@@ -237,7 +237,7 @@
</classpath>
</javac>
- <junit printsummary="yes" fork="yes" forkmode="once">
+ <junit printsummary="yes" fork="yes" forkmode="once" haltonfailure="on">
<sysproperty key="jsr94.tck.configuration" value="${module}/target/test-classes/org/drools/jsr94/tck"/>
<classpath>
<path refid="${module}.dependency.classpath"/>
|