File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
<target name =" phpunit" depends =" prepare" description =" PHP unit" >
65
65
<delete file =" ${ basedir } /build/logs/phpunit.xml" quiet =" true" />
66
66
67
- <exec executable =" ${ phpunit } " >
67
+ <exec executable =" ${ phpunit } " failonerror = " true " >
68
68
<arg line =' --configuration ${ basedir } /phpunit.xml.dist' />
69
69
<arg line =' -d memory_limit=256M' />
70
70
<arg line =' --log-junit "${ basedir } /build/logs/phpunit.xml"' />
78
78
<delete dir =" ${ basedir } /build/coverage" quiet =" true" />
79
79
<mkdir dir =" ${ basedir } /build/coverage" />
80
80
81
- <exec executable =" ${ phpunit } " >
81
+ <exec executable =" ${ phpunit } " failonerror = " true " >
82
82
<arg line =' --configuration ${ basedir } /phpunit.xml.dist' />
83
83
<arg line =' -d memory_limit=256M' />
84
84
<arg line =' --log-junit "${ basedir } /build/logs/phpunit.xml"' />
You can’t perform that action at this time.
0 commit comments