Fix build.xml

This commit is contained in:
Timothy Warren 2015-11-10 16:37:43 -05:00
parent a1c3b9e7db
commit 45c29c6d3a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
unless="phpunit.done"
depends="prepare"
description="Run unit tests with PHPUnit">
<exec executable="${phpunit}" taskname="phpunit">
<exec executable="${phpunit}" resultproperty="result.phpunit" taskname="phpunit">
<arg value="--configuration"/>
<arg path="build/phpunit.xml"/>
</exec>