Fix: fail on error true

This commit is contained in:
Regis Houssin 2011-09-21 15:29:54 +00:00
parent a1c23de9ae
commit 64e670c4d0

View File

@ -105,7 +105,7 @@
<!-- Run unit tests and generate junit.xml and clover.xml -->
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}" failonerror="false">
<exec executable="phpunit" dir="${basedir}" failonerror="true">
<arg line=" --configuration ${basedir}/test/phpunit/hudson_phpunittest.xml
--log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml