The return code has been standardized for some time as only reporting errors/failures. We don't, for example, report Ignored tests. The idea of an Inconclusive result is that it does not affect the overall outcome one way or the other. Can you explain how you are using Inconclusive and clarify how you want the result counted?
-- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/898785 Title: Nunit-console.exe returning 0 for both passed and inconclusive tests Status in NUnit V2 Test Framework: New Bug description: In trying to read the return code for Nunit-console, we are unable to determine the difference between a passed and inconclusive test. This is causing tests that are not passed to read as passed, invalidating our test results. Using 2.5.10 and c# System.diagnostics.process to kick off the console and read the return code. To manage notifications about this bug go to: https://bugs.launchpad.net/nunitv2/+bug/898785/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : [email protected] Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp

