Stop on failure for easy log debug thing.

This commit is contained in:
James Cole 2016-03-02 12:57:35 +01:00
parent 715c381eb2
commit b04d68d087

View File

@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
stopOnFailure="true">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>