Fix build.xml
This commit is contained in:
parent
a1c3b9e7db
commit
45c29c6d3a
@ -200,7 +200,7 @@
|
|||||||
unless="phpunit.done"
|
unless="phpunit.done"
|
||||||
depends="prepare"
|
depends="prepare"
|
||||||
description="Run unit tests with PHPUnit">
|
description="Run unit tests with PHPUnit">
|
||||||
<exec executable="${phpunit}" taskname="phpunit">
|
<exec executable="${phpunit}" resultproperty="result.phpunit" taskname="phpunit">
|
||||||
<arg value="--configuration"/>
|
<arg value="--configuration"/>
|
||||||
<arg path="build/phpunit.xml"/>
|
<arg path="build/phpunit.xml"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
Loading…
Reference in New Issue
Block a user