Site build was failing if tests fails. Should be okay now.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2003-07-15 11:23:18 +00:00
parent 7132ebe1c5
commit 2b8efa548e
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@
<target name="reports" depends="-check-reports" unless="reports.notRequired"
description="Creates junit,jdepend and javadoc reports">
<antcall target="test">
<param name="${halt.on.test.failure}" value="false"/>
<param name="halt.on.test.failure" value="false"/>
</antcall>
<junitreport todir="${junit.report.dir}">
<fileset dir="${main.reports.test}">