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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-08-25 10:04:37 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-08-25 10:04:37 +0300
commit3ec5dc5ecd0761a88e0e7ad22c9eb2b00ae17235 (patch)
tree3607d2ec34682cc9d467c58c1e0da016c786dc15 /build-backend.xml
parent41cce5dccf2b9f7671a2f410cc0bf4f7ecb9055e (diff)
....I..... [DEV-1942] fixed build-backend.xml formatting
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 9e5693a985e..75707929dc3 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -339,19 +339,19 @@
<ant antfile="../build-backend.xml" dir="sources" target="build-dist" inheritAll="true" inheritRefs="true"/>
</target>
- <target name="agent2-tests">
- <!-- Create, build & test agent2 -->
- <exec executable="./bootstrap.sh" failonerror="on"/>
- <exec executable="./configure" failonerror="on">
- <arg line="--quiet"/>
- <arg line="--enable-agent2"/>
- </exec>
- <exec executable="make" failonerror="on">
- <arg line="-s"/>
- <arg line="-j5"/>
- <arg line="check"/>
- </exec>
- </target>
-
+ <target name="agent2-tests">
+ <!-- Create, build & test agent2 -->
+ <exec executable="./bootstrap.sh" failonerror="on"/>
+ <exec executable="./configure" failonerror="on">
+ <arg line="--quiet"/>
+ <arg line="--enable-agent2"/>
+ </exec>
+ <exec executable="make" failonerror="on">
+ <arg line="-s"/>
+ <arg line="-j5"/>
+ <arg line="check"/>
+ </exec>
+ </target>
+
<target name="build" depends="make-dist"/>
</project>