From 4e91215526d0b14bdcc16db7a188765b3f44fbf2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 17 Apr 2013 22:06:43 +0200 Subject: [PATCH] Auto-upgrading and then displaying composer version --- build.xml | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 19baf9a80ad..8f47d6954ab 100644 --- a/build.xml +++ b/build.xml @@ -16,11 +16,19 @@ - - - - - + + + + + + + + + + + + + + executable="${basedir}/vendor/bin/phpunit" + output="${basedir}/build/test-results/@{component}.log" + error="${basedir}/build/test-results/@{component}.log" + failonerror="true" + append="true" + >