Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-19 22:39:59 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-19 22:39:59 +0400
commit4f8136a360db518fcdb6ef10b4c575dc807ba00b (patch)
tree183fc40b37ba2569308a8984b148e8d32e5ec0e4 /tests
parentfc6e22937ffae9b7430ef547e4c3199eae06a1b3 (diff)
publish if no failure
Diffstat (limited to 'tests')
-rw-r--r--tests/build-docs.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/build-docs.xml b/tests/build-docs.xml
index a8671388b4..1fb8e7c59b 100644
--- a/tests/build-docs.xml
+++ b/tests/build-docs.xml
@@ -15,7 +15,7 @@
</filterset>
</copy>
- <exec executable="${php.executable}" dir="${workspace.home}/" failonerror="false" resultproperty="result-phpdoc" failifexecutionfails="true">
+ <exec executable="${php.executable}" dir="${workspace.home}/" failonerror="true" failifexecutionfails="true">
<arg value="${phpdocumentor.home}/phpDocumentor/phpdoc.inc" />
<arg value="--useconfig"/>
<arg file="${basedir}/phpdoc-config.ini"/>
@@ -30,7 +30,7 @@
<delete dir="${basedir}/schemaspy-report"/>
<mkdir dir="${basedir}/schemaspy-report"/>
- <java jar="${workspace.home}/lib/java/schemaSpy_3.1.1.jar" fork="true" failonerror="false" resultproperty="result-schemaspy" maxmemory="256m" dir="${workspace.home}">
+ <java jar="${workspace.home}/tests/lib/java/schemaSpy_3.1.1.jar" fork="true" failonerror="true" maxmemory="256m" dir="${workspace.home}">
<arg value="-t"/>
<arg value="mysql"/>
<arg value="-host"/>
@@ -53,14 +53,6 @@
<target name="all">
<antcall target="phpdoc"/>
<antcall target="schemaspy"/>
- <fail>
- <condition>
- <or>
- <equals arg1="${result-phpdoc}" arg2="1"/>
- <equals arg1="${result-schemaspy}" arg2="1"/>
- </or>
- </condition>
- </fail>
</target>
</project>