Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-07-21 21:04:24 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-21 21:04:24 +0400
commitddacb88de0c048cdc7da7a25b7f9fafec3f4516d (patch)
treeb41b0c6ca5e9a0b2f34850742e717c8ba4a022ce /tests/build-ci.xml
parent84d7ac10b7dcc312916175491cc6660021eafd3b (diff)
property changes aren't passed back when using antcall; try chaining via depend
git-svn-id: http://dev.piwik.org/svn/trunk@2623 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/build-ci.xml')
-rw-r--r--tests/build-ci.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/build-ci.xml b/tests/build-ci.xml
index 4afb9738b7..fc5fc27e48 100644
--- a/tests/build-ci.xml
+++ b/tests/build-ci.xml
@@ -96,11 +96,7 @@
<echo>SchemaSpy finished</echo>
</target>
- <target name="all">
- <antcall target="test-pdo-mysql"/>
- <antcall target="test-mysqli"/>
- <antcall target="webtest"/>
- <antcall target="schemaspy"/>
+ <target name="all" depends="test-pdo-mysql,test-mysqli,webtest,schemaspy">
<fail>
<condition>
<or>