I have the following Nunit 3 command running in a console window.
sh "#{NUNIT}" \
' Build\bin\Testing\Functional\Functional.dll
--test=Functional.Features.Customer.Account.NotificationDetailsFeature.Register'
I need to be able to do this with Nunit 2.6.4.
NUnit 2.6.4 doesn't have the test
flag available. How can I specify a given test in NUnit 2.6.4?