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:46:22 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-01-17 15:46:22 +0300
commit05d804e9f90a00e48c8c9641924b1fe992eef9d1 (patch)
tree4bba9929f07234de16cd21fb9cb933efd14f67b2 /build-backend.xml
parent7e706c7795574226e2203b860b4c292369303e73 (diff)
.......... [ZBXNEXT-686] fixed output in "mock-tests" target
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 9b0a0e610b5..d0900b22ccb 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -293,10 +293,7 @@
<arg line="-j5"/>
<arg line="tests_build"/>
</exec>
- <exec executable="tests/tests_run.pl" failonerror="on">
- <arg line=">"/>
- <arg line="output.xml"/>
- </exec>
+ <exec executable="tests/tests_run.pl" failonerror="on" output="output.xml"></exec>
</target>
<target name="run-unit-test">