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>2022-01-03 15:11:02 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-01-03 15:12:48 +0300
commitab4b9c4a7dc2ac9ff32530183da0726d4ae875e1 (patch)
treeebde606a1ae9e229359fbeb97b30dcc02cadf030 /build.xml
parent8fa715960edf2fca65440c6f51dc41c8e7a6fe2f (diff)
.......... [ZBXNEXT-7081] disabled write test results to cache file
(cherry picked from commit 3ec51a1829baea15df080c9911e2f099862e8374) (cherry picked from commit 72e67be565607cb8228cc679224a09a6b7b78e36)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 02c872bc627..13808aa869c 100644
--- a/build.xml
+++ b/build.xml
@@ -369,6 +369,7 @@
<target name="test-phpunit" depends="init-common">
<exec executable="phpunit" dir="ui/tests/unit" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
+ <arg line="--do-not-cache-result"/>
<arg line="${phpunit_filter}"/>
<arg line="include/"/>
</exec>
@@ -378,6 +379,7 @@
<exec executable="phpunit" dir="ui/tests" failonerror="off">
<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="frontend.php"/>
@@ -388,6 +390,7 @@
<exec executable="phpunit" dir="ui/tests" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
<arg line="--bootstrap=bootstrap.php"/>
+ <arg line="--do-not-cache-result"/>
<arg line="${phpunit_filter}"/>
<arg line="api_json/ApiJsonTests.php"/>
</exec>
@@ -397,6 +400,7 @@
<exec executable="phpunit" dir="ui/tests" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
<arg line="--bootstrap=bootstrap.php"/>
+ <arg line="--do-not-cache-result"/>
<arg line="${phpunit_filter}"/>
<arg line="integration/IntegrationTests.php"/>
</exec>