Skip to content

Commit

Permalink
Added failonerror to PHPUnit in ANT build file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Apr 25, 2014
1 parent 2ee4e83 commit 3290f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<delete dir="${basedir}/build/coverage" quiet="true" />
<mkdir dir="${basedir}/build/coverage" />

<exec executable="${phpunit}">
<exec executable="${phpunit}" failonerror="true">
<arg line='--configuration ${basedir}/phpunit.xml' />
<arg line='-d memory_limit=256M' />
<arg line='--log-junit "${basedir}/build/logs/phpunit.xml"' />
Expand Down

0 comments on commit 3290f1f

Please sign in to comment.