https://issues.apache.org/bugzilla/show_bug.cgi?id=50611
Summary: NUnit Task Include/Exclude Categories
Product: Ant
Version: unspecified
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: .NET Antlib
AssignedTo: [email protected]
ReportedBy: [email protected]
The command line for NUnit to include/exclude tests of certain categories is
specified as a comma separated string.
e.g. if I want to include test categories ATests, BTests and CTests I do:
"/include:ATests,BTests,CTests"
But using the nunit task produces "/include:,ATests,BTests,CTests"
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.