aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 13:38:40 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 13:38:40 +0100
commit6951356a87564511595be85f45b9ff88ab495bd0 (patch)
treeaa3ee081101820801076dfd2d2a3e66b543ff551 /build
parentb36050983d34de0ecdb242816d5d9daf297cfea1 (diff)
downloadforums-6951356a87564511595be85f45b9ff88ab495bd0.tar
forums-6951356a87564511595be85f45b9ff88ab495bd0.tar.gz
forums-6951356a87564511595be85f45b9ff88ab495bd0.tar.bz2
forums-6951356a87564511595be85f45b9ff88ab495bd0.tar.xz
forums-6951356a87564511595be85f45b9ff88ab495bd0.zip
[ticket/11291] phing: Also add checkreturn="true" to composer execution.
PHPBB3-11291
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 25bed7de0c..9576407296 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -50,6 +50,7 @@
<target name="composer">
<exec dir="phpBB"
command="php ../composer.phar install --dev"
+ checkreturn="true"
passthru="true" />
</target>