Fix: move phpunit in first and stop if failure

This commit is contained in:
Regis Houssin 2012-03-21 08:33:36 +01:00
parent aae57a9f98
commit 22c232f82d
2 changed files with 2 additions and 2 deletions

View File

@ -88,5 +88,5 @@
</exec> </exec>
</target> </target>
<target name="hudson" depends="clean,parallelTasks,phpunit"/> <target name="hudson" depends="clean,phpunit,parallelTasks"/>
</project> </project>

View File

@ -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>