https://issues.apache.org/bugzilla/show_bug.cgi?id=49036
Summary: Add 'unless' attribute to JUnit 'test' element
Product: Ant
Version: 1.8.0
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Add 'unless' attribute to JUnit 'test' element
This would allow to run test's optionally just like a target. For example:
<test name="com.domain.AllTests" todir="/here" unless="ignore-test"/>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.