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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2018-05-16 15:24:33 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-05-16 15:24:33 +0300
commit5bf842c7b76b95258f6b9fd8a617b9bfa348f73b (patch)
tree3ff52c2c8c3a48d60eb8b13320835b6dce17c0a0 /build-backend.xml
parentb127fe1eb11b4ad55c46ee2b39cfa797d7d55380 (diff)
.......... [DEV-812] fixed end report content
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 324143e4b1f..5ab3ac44f07 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -326,12 +326,14 @@
<make-tests conf="CFLAGS='--coverage' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-jabber --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-mbedtls --with-ldap --with-libcurl --with-iconv --with-libpcre" conf-name="gen-test-coverage-report"/>
<exec executable="lcov" failonerror="on">
<arg line="--directory"/>
- <arg line="."/>
+ <arg line="src"/>
<arg line="--capture"/>
<arg line="--output-file"/>
<arg line="tests_results/html/app.info"/>
</exec>
<exec executable="genhtml" failonerror="on">
+ <arg line="-p"/>
+ <arg line="$(pwd)"/>
<arg line="-o"/>
<arg line="tests_results/html"/>
<arg line="tests_results/html/app.info"/>