mirror of https://github.com/apache/poi.git
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
fa29145489
commit
e0f7cc04d1
|
@ -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}">
|
||||
|
|
Loading…
Reference in New Issue