Comment 5 for bug 602761

Revision history for this message
Rob Burns (masterob8) wrote :

Hey Charlie, I just got latest and compiled the code (revision 3236) and it looks like this issue is still present. I am running Nunit-console as part of a Nant build and now every test fixture is leaving an nunit-agent process running. I am using .net 4.0 framework and running on a Windows server R2 machine.

My NAnt lines are all in this format :
<exec program="${NunitEXE}" failonerror="false" timeout="3000000">
   <arg line="/run:TestClasses.BTests ${TestDLL} /framework=4.0.30319 /noshadow /nologo /labels /out:${TextOutputPath}\BTest.txt /xml:${LogFilePath}\TestBTest.xml" />
</exec>

Any help would be greatly appreciated. Is there another way to run nunit to work around this issue?