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>2020-04-18 16:47:56 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-04-18 16:49:02 +0300
commit6133e12a1412a334842d3de85aa104e07afdfed0 (patch)
treebfe976967cb3e0808215b229e4c8ce7ab97ae78c /build-backend.xml
parent51c66977a500e3feeab2d2f1747e29490960c366 (diff)
.......... [ZBXNEXT-686] added --quiet option for ./configure command in cppcheck-static-analyzer test
(cherry picked from commit cffbd7f873fd2af46e61e078606055df14ee581f)
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 7cb10f682f0..d1360dadc35 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -40,6 +40,7 @@
<exec executable="./bootstrap.sh" failonerror="on"/>
<exec executable="scan-build" failonerror="on">
<arg line="./configure"/>
+ <arg line="--quiet"/>
<arg line="--enable-server --enable-agent --enable-proxy --with-mysql --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-libevent --with-ldap --with-libcurl"/>
</exec>
<exec executable="cppcheck" error="${SCANFILE}" failonerror="on">