Author: heiko.braun(a)jboss.com
Date: 2007-05-21 05:47:16 -0400 (Mon, 21 May 2007)
New Revision: 3161
Modified:
branches/jbossws-2.0/jbossws-tests/build.xml
Log:
Fix haltonfailure
Modified: branches/jbossws-2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-2.0/jbossws-tests/build.xml 2007-05-21 09:46:44 UTC (rev 3160)
+++ branches/jbossws-2.0/jbossws-tests/build.xml 2007-05-21 09:47:16 UTC (rev 3161)
@@ -466,7 +466,7 @@
According to our commit policy, haltonfailure MUST be be true for tests-samples.
It is a prerequisite for any commit that this target passes without failure.
-->
- <param name="haltonfailure" value="true"/>
+ <param name="haltonfailure" value="${haltonfailure}"/>
</antcall>
<antcall target="tests-report"/>
</target>
Show replies by date