summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2003-07-15 11:23:18 +0000
committerGlen Stampoultzis <glens@apache.org>2003-07-15 11:23:18 +0000
commite0f7cc04d12e3a89e1f3398a8eebe269548666c0 (patch)
treeaa3a6389341afdd9c4099438243b0aa39a9afec5
parentfa29145489c38762cc3f31fe092e0ed1d162960f (diff)
downloadpoi-e0f7cc04d12e3a89e1f3398a8eebe269548666c0.tar.gz
poi-e0f7cc04d12e3a89e1f3398a8eebe269548666c0.zip
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
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a8be28496a..9fdbef8937 100644
--- a/build.xml
+++ b/build.xml
@@ -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}">