From: SourceForge.net <no...@so...> - 2008-05-12 19:59:46
|
Bugs item #1959060, was opened at 2008-05-06 13:58 Message generated for change (Settings changed) made by breed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1959060&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None >Group: 3.0.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Patrick Hunt (phunt) Assigned to: Patrick Hunt (phunt) Summary: handle failure better in build.xml:test Initial Comment: junit tests should look more like the following which will allow tests to run and build to fail (but all tests will run). <junit haltonfailure="no" fork="yes" errorProperty="tests.failed" failureProperty="tests.failed" ...> ... </junit> <fail if="tests.failed">Tests failed!</fail> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1959060&group_id=209147 |