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>2019-01-12 21:05:30 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-01-12 21:05:30 +0300
commit09a97a5a5387e6345a887b30371c1da9d71ea957 (patch)
tree828dc65027f91a0cbbb81badc11f5967c3369dc8 /build.xml
parentd0789fc3c9843c9d3ad846a9afa1e65b9f08d843 (diff)
.......... [DEV-935] added custom runtime error handler for Selenium and API tests; removed zbxTestCheckFatalErrors() method
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1651ad4cdbc..a66b44b7f1b 100644
--- a/build.xml
+++ b/build.xml
@@ -14,6 +14,7 @@
<property name="dbname" value="${DBNAME}"/>
<property name="dbuser" value="${DBUSER}"/>
<property name="dbpassword" value="${DBPASSWORD}"/>
+ <property name="phpunit_error_log" value="${PHPUNIT_ERROR_LOG}"/>
<property environment="env"/>
<!-- Create bootstrap.php -->
@@ -30,6 +31,7 @@
<replace file="frontends/php/conf/zabbix.conf.php" token="{DBNAME}" value="${dbname}"/>
<replace file="frontends/php/conf/zabbix.conf.php" token="{DBUSER}" value="${dbuser}"/>
<replace file="frontends/php/conf/zabbix.conf.php" token="{DBPASSWORD}" value="${dbpassword}"/>
+ <replace file="frontends/php/conf/zabbix.conf.php" token="{PHPUNIT_ERROR_LOG}" value="${phpunit_error_log}"/>
</target>
<target name="make-dbschema">