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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2019-10-17 10:08:42 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-10-17 10:24:33 +0300
commit97f5cd55352cfa653f3d986394d98e9080c99204 (patch)
tree81cba365276debf7b406f57845556a817de00f2c /build-backend.xml
parent75d363ec9f5dd828885fac9b346404f214a16186 (diff)
....I..... [ZBX-15211] added key 'tests' for bootstrap.sh when working with cmocka tests
* commit 'fce1c3c08eb6d30f2057825196d73741f5e460fd': ....I..... [ZBX-15211] added key 'tests' for bootstrap.sh when working with cmocka tests (cherry picked from commit 9e0f06df8c7e929feb402d30d8d987de7c6ddc01) (cherry picked from commit 1fb1a96f635bd913f991df4fafa83fbd6904700c)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 68a2d11d58a..e7ebfa205fa 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -236,7 +236,9 @@
<!-- Build Zabbix with cmocka tests -->
<delete dir="tests_results"/>
<mkdir dir="tests_results"/>
- <exec executable="./bootstrap.sh" failonerror="on"/>
+ <exec executable="./bootstrap.sh" failonerror="on">
+ <arg line="tests"/>
+ </exec>
<propertyselector property="conf.list" delimiter="," match="cmocka-(.*)" select="\1"/>
<sortlist property="conf.list" delimiter="," value="${conf.list}" override="true"/>
<for list="${conf.list}" param="name" delimiter=",">
@@ -283,7 +285,9 @@
<arg line="src"/>
<arg line="-zerocounters"/>
</exec>
- <exec executable="./bootstrap.sh" failonerror="on"/>
+ <exec executable="./bootstrap.sh" failonerror="on">
+ <arg line="tests"/>
+ </exec>
<make-tests conf="CFLAGS='--coverage' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql" conf-name="gen-test-coverage-report"/>
<exec executable="lcov" failonerror="on">
<arg line="--directory"/>