nunit-console.exe hangs after finishing test run

Posted by bja on Stack Overflow See other posts from Stack Overflow or by bja
Published on 2010-03-12T15:22:25Z Indexed on 2010/03/12 15:27 UTC
Read the original article Hit count: 768

Filed under:
|

Hi

We got a problem with NUnit 2.5.3: nunit-console.exe does not return after finishing all tests. The process hangs forever.

Example: All tests succeed, but it keeps doing something. Output:

Runtime Environment -

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3
CLR Version: 2.0.50727.3603 ( Net 2.0.50727.3603 )

ProcessModel: Default    DomainUsage: Single
Execution Runtime: net-2.0.50727.3603
.................................................................................
Tests run: 119, Errors: 0, Failures: 0, Inconclusive: 0, Time: 60,5217744 seconds
Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0

It does however work with the Nunit gui version.

Any ideas?

Cheers,

bja

© Stack Overflow or respective owner

Related posts about nunit

Related posts about nunit-console