https://bz.apache.org/bugzilla/show_bug.cgi?id=70175
Bug ID: 70175
Summary: JUnitLauncher task misses haltonerror attribute
Product: Ant
Version: 1.10.17
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
We are upgrading from JUnit4 to JUnit5.
Our JUnit task looks like this:
<junit fork="yes" haltonerror="false" ...
We are facing difficulties here because the JUnitLauncher task doesn't seem to
have a 'haltonerror' attribute. We don't want to stop running the tests when
one of them did result in an unexpected error.
Would it be possible to add this attribute similar like the old JUnit task had?
--
You are receiving this mail because:
You are the assignee for the bug.