Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.7
-
Component/s: process forking
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Surefire will silently fail without executing any tests if the argLine for the forked process contains tabs \t or newlines \n.
This commonly occurs when the argLine is long, and an IDE feels the need to break up the line while reformating the xml.
A solution could be to replace \t and \n with a space.
Fixed in r1033565