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:
parent
7132ebe1c5
commit
2b8efa548e
@ -419,7 +419,7 @@
|
|||||||
<target name="reports" depends="-check-reports" unless="reports.notRequired"
|
<target name="reports" depends="-check-reports" unless="reports.notRequired"
|
||||||
description="Creates junit,jdepend and javadoc reports">
|
description="Creates junit,jdepend and javadoc reports">
|
||||||
<antcall target="test">
|
<antcall target="test">
|
||||||
<param name="${halt.on.test.failure}" value="false"/>
|
<param name="halt.on.test.failure" value="false"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
<junitreport todir="${junit.report.dir}">
|
<junitreport todir="${junit.report.dir}">
|
||||||
<fileset dir="${main.reports.test}">
|
<fileset dir="${main.reports.test}">
|
||||||
|
Loading…
Reference in New Issue
Block a user