2
0
forked from Wavyzz/dolibarr

Fix: fail on error false

This commit is contained in:
Regis Houssin
2011-09-21 15:18:21 +00:00
parent a18bb50baa
commit a1c23de9ae

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="true">
<exec executable="phpunit" dir="${basedir}" failonerror="false">
<arg line=" --configuration ${basedir}/test/phpunit/hudson_phpunittest.xml
--log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml