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:
authorAndris Zeila <andris.zeila@zabbix.com>2018-05-18 11:27:51 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-05-18 11:27:51 +0300
commitc00eaf4e9cafb84b4120e26c74082d2e7caffc0c (patch)
treeed280b6e0e2a3232dcea4f93366beccd9739e37a /build-backend.xml
parentc2e05d5106aa379fa2070e88ce9f69f3c53f91c2 (diff)
....I..... [DEV-812] changed cleanup directory to src
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 075ee31c736..a2fd7a15749 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -319,7 +319,7 @@
<mkdir dir="tests_results/html"/>
<exec executable="lcov" failonerror="on">
<arg line="--directory"/>
- <arg line="."/>
+ <arg line="src"/>
<arg line="-zerocounters"/>
</exec>
<exec executable="./bootstrap.sh" failonerror="on"/>