Skip to content

Commit

Permalink
remove failonerror
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasol committed Nov 21, 2011
1 parent 3bb196e commit 6fd9c46
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 @@ -16,7 +16,7 @@
you could also write the switches here)
-->
<target name="phpunit">
<exec executable="phpunit" failonerror="true" />
<exec executable="phpunit" />
</target>

<!-- Run pdepend, phpmd, phpcpd, and phpcs in parallel -->
Expand Down

0 comments on commit 6fd9c46

Please sign in to comment.