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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2016-01-26 14:30:16 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2016-01-26 14:30:16 +0300
commit190bad92330c77c19063b1b06963218312c6391e (patch)
tree48d2e0f418ef002650ba30d20b992e8747f56f75 /build.xml
parentbdb3880204c37cedde1446fb4f17621bde3c2b1d (diff)
.......... [ZBXNEXT-686] updated Selenium tests
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7411917d240..d8374207c26 100644
--- a/build.xml
+++ b/build.xml
@@ -116,14 +116,14 @@
</target>
<target name="test-phpunit" depends="init-common">
- <exec executable="phpunit" dir="${basedir}/frontends/php/tests/unit" failonerror="on">
+ <exec executable="phpunit" dir="${basedir}/frontends/php/tests/unit" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
<arg line="include/"/>
</exec>
</target>
<target name="test-frontend">
- <exec executable="phpunit" dir="${builddir}/frontends/php/tests" failonerror="on">
+ <exec executable="phpunit" dir="${builddir}/frontends/php/tests" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml --bootstrap=${builddir}/frontends/php/tests/bootstrap.php frontend.php"/>
</exec>
</target>