Re: [NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
Hmm, some further digging suggests it may be some badly written multi-threading tests : http://stackoverflow.com/questions/2433700/nunit-console-exe-hangs-after-finishing-test-run I'll fix up the tests and see what happens. From: David Keaveny Sent: Thursday, 10 June 2010 10:23 AM To: nant-user

[NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
I've inherited a set of build scripts that run under CC.NET, and I'm having problems with using the NUnit test runner. Nant invokes it without problem, and the tests run, writing their output to the designated output file, but then the nunit-console.exe fails to return control to Nant, which jus