Author: rwhitcomb
Date: Mon May 15 02:02:42 2017
New Revision: 1795130
URL: http://svn.apache.org/viewvc?rev=1795130&view=rev
Log:
Remove "haltonfailure" for unit tests to allow all tests to complete.
Modified:
pivot/trunk/build.xml
Modified: pivot/trunk/build.xml
URL:
http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1795130&r1=1795129&r2=1795130&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Mon May 15 02:02:42 2017
@@ -180,7 +180,7 @@ limitations under the License.
<istrue value="${test.verbose}"/>
</condition>
- <junit fork="true" haltonfailure="true"
failureproperty="unit.tests.failed">
+ <junit fork="true" failureproperty="unit.tests.failed">
<classpath>
<path refid="classpath.general"/>
<dirset dir="${basedir}" includes="**/${folder.bin}"/>