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>2019-11-20 17:49:29 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-11-20 17:49:29 +0300
commitd0037714a4ccc662be33a314dca94aa10d110aeb (patch)
tree21f60f01a5a42b1e9bd76547d1b425044c45d416 /build.xml
parent0533dc40aa86634653a67235f82a04f5377eff51 (diff)
.......... [DEV-1253] fixed build script of the MySQL integration tests
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b238bb7986e..25f745c6a06 100644
--- a/build.xml
+++ b/build.xml
@@ -156,7 +156,7 @@
</exec>
</target>
- <target name="init-frontend-postgresql" depends="create-configs,init-integration,make-dbschema,init-server-postgresql">
+ <target name="init-frontend-postgresql" depends="create-configs,make-dbschema,init-server-postgresql">
<exec executable="psql" input="frontends/php/tests/selenium/data/data_test.sql" failonerror="on">
<env key="PGPASSWORD" value="${dbpassword}"/>
<arg line="-h '${dbhost}'"/>
@@ -285,7 +285,7 @@
</exec>
</target>
- <target name="init-integration-mysql" depends="create-configs,make-binaries-mysql,init-server-mysql,init-proxy-mysql">
+ <target name="init-integration-mysql" depends="create-configs,init-integration,make-binaries-mysql,init-server-mysql,init-proxy-mysql">
<exec executable="mysql" input="frontends/php/tests/integration/data/data_test.sql" failonerror="on">
<arg line="--host=${dbhost}"/>
<arg line="--user=${dbuser}"/>