I suppose this is a feature request, but there is no way to set up the NUnit2Task to run all tests and fail if any tests fail. Currently the code only supports fail-fast - the first test that fails causes the task to fail.
We're using NAnt to manage our integration and nightly builds, and it would be nice to be able to run all of the tests for multiple assemblies, regardless of success or failure, and then fail after all have completed *if* any of the tests failed.. A quick change to the NAnt.NUnit2.Tasks.NUnit2Task could allow this by keeping a boolean for success around the loop that runs and using that value to determine if a failure actually occurred. -DAD ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users