← Back to team overview

nunit-core team mailing list archive

[Bug 898785] [NEW] Nunit-console.exe returning 0 for both passed and inconclusive tests

 

Public bug reported:

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.

** Affects: nunitv2
     Importance: Undecided
         Status: New

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


Follow ups

References