Question

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

Was it helpful?

Solution

Any multi-threading? I've had issues with threads not completing correctly and causing this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top