Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
-Dmeta.filter="+suite foo" is going to cause Hudson to try to redo the quotes like so
"-Dmeta.filter=+suite foo"
The fix will be add underscore as a space replacement for meta-filters.
-Dmeta.filter=+suite_foo
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Paul Hammant [ paul ] | |
Resolution | Won't Fix [ 2 ] |
Can you use single quotes? E.g.: -Dmeta.filter='+suite foo'