I have a Main.nunit file with my assemblies listed.. <NUnitProject> <Settings activeconfig="Debug" /> <Config name="Debug" appbase="bin\Debug" binpathtype="Auto"> <assembly path="x.Tests.dll" /> <assembly path="y.Tests.dll" /> .. and so on..
and yes i have the config section like the document example: <configSections> <sectionGroup name="NUnit"> <section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler"/> <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/> </sectionGroup> </configSections> <NUnit> <TestRunner> <add key="ApartmentState" value="STA" /> <add key="ThreadPriority" value="Lowest" /> </TestRunner> </NUnit> The cmd line i run is (from cc.net.. basedirectory is where Main.nunit is): nunit-console.exe Main.nunit /xml:../trunk-NUnit-results.xml /exclude=TDD,SMTP /nologo /nodots -- Config documentation inaccurate or functionality non-existent https://bugs.launchpad.net/bugs/659969 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. Status in NUnit V2 Test Framework: New Bug description: this page: http://nunit.org/index.php?p=configFiles&r=2.5.7 describes how placing a config file with certain parameters can change the behaviour of running nunit.. Now if only any of them worked.. _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp