Fix: move phpunit in first and stop if failure
This commit is contained in:
parent
aae57a9f98
commit
22c232f82d
@ -88,5 +88,5 @@
|
|||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="hudson" depends="clean,parallelTasks,phpunit"/>
|
<target name="hudson" depends="clean,phpunit,parallelTasks"/>
|
||||||
</project>
|
</project>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
colors="true"
|
colors="true"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="false"
|
stopOnFailure="true"
|
||||||
syntaxCheck="true">
|
syntaxCheck="true">
|
||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user