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>2018-01-17 15:48:16 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-01-17 15:48:16 +0300
commit5ae6b1267c91e140441defd5683721bd656cd487 (patch)
treeaa9c88566cb1b2e0b0cd4f1d3f38c1bcab6daace /build-backend.xml
parent05d804e9f90a00e48c8c9641924b1fe992eef9d1 (diff)
.......... [ZBXNEXT-686] fixed output in "mock-tests" target
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index d0900b22ccb..3a8e533165d 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -282,6 +282,7 @@
<!-- Build Zabbix server and proxy with C mock tests -->
<exec executable="./bootstrap.sh" failonerror="on"></exec>
<exec executable="./configure" failonerror="on">
+ <arg line="-q"/>
<arg line="--enable-server"/>
<arg line="--enable-proxy"/>
<arg line="--enable-agent"/>