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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-07-28 15:07:42 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-07-28 15:07:42 +0300
commitdef984c3a9c7c4c999b1f75ad52fb9cd69cd1ad0 (patch)
treef28468bdf23f7f931ce7e75efe0f0036a091a771 /build.xml
parent9c3f29d43b294c34cb649d1e2135edb36f84d520 (diff)
parent2426f9d1a8b183bd3e280b9aa034d921ff317414 (diff)
.......... [DEV-2169] update from branch 'master' of ssh://git.zabbix.com:7999/zbx/zabbix into feature/DEV-2169-6.1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3465ddcfd6b..73200469265 100644
--- a/build.xml
+++ b/build.xml
@@ -459,6 +459,7 @@
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
<arg line="--bootstrap=bootstrap.php"/>
<arg line="--do-not-cache-result"/>
+ <arg line="--dont-report-useless-tests"/>
<arg line="${phpunit_filter}"/>
<arg line="integration/IntegrationTests.php"/>
</exec>