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-08-26 15:48:43 +0300
committerNatalja Karpinska <natalja.karpinska@zabbix.com>2019-08-28 15:28:41 +0300
commitdca730fc242935497ec7112ba231e3decc21558c (patch)
tree178c1e4252d7e1aa2ca4e75915e931fae47b813d /build.xml
parent381a0591206940353c21117eb9470636cc207347 (diff)
.......... [DEV-1085] updated ANT script
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 c05ff2d4f3a..82efb6c0d88 100644
--- a/build.xml
+++ b/build.xml
@@ -23,6 +23,7 @@
<property name="dbpassword" value="${DBPASSWORD}"/>
<property name="phpunit_error_log" value="${PHPUNIT_ERROR_LOG}"/>
<property name="phpunit_port_prefix" value="${PHPUNIT_PORT_PREFIX}"/>
+ <property name="phpunit_reference_dir" value="${PHPUNIT_REFERENCE_DIR}"/> <!-- Screenshot references directory -->
<property environment="env"/>
<!-- Create bootstrap.php -->
@@ -36,6 +37,7 @@
<replace file="frontends/php/tests/bootstrap.php" token="{CONFIG_DIR}" value="${basedir}/etc/"/>
<replace file="frontends/php/tests/bootstrap.php" token="{COMPONENT_DIR}" value="${basedir}/runtime/"/>
<replace file="frontends/php/tests/bootstrap.php" token="{PORT_PREFIX}" value="${phpunit_port_prefix}"/>
+ <replace file="frontends/php/tests/bootstrap.php" token="{PHPUNIT_REFERENCE_DIR}" value="${phpunit_reference_dir}"/>
<!-- Create PHP config file -->
<copy overwrite="true" file="frontends/php/tests/templates/zabbix.conf.php" tofile="frontends/php/conf/zabbix.conf.php"/>