Skip to content
Snippets Groups Projects
Commit 64e670c4 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: fail on error true

parent a1c23de9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment