Closed Bug 1301817 Opened 8 years ago Closed 7 years ago

mach try doesn't understand the restrict-to-platform notation

Categories

(Testing :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: mccr8, Unassigned)

References

Details

This command: ./mach try -b d -p win64 -u mochitest-o[Windows 8] -t none[Windows 8] produces the error message: The try command does not accept the arguments: 8] I got that command from try chooser. I tried dropping the platform specifier on none ./mach try -b d -p win64 -u mochitest-o[Windows 8] -t none but that produced this error: Error parsing -u argument (['mochitest-o[Windows']): Maybe this is just a bug with try chooser and spaces need to be escaped or something.
Blocks: 1149670
possibly related to bug 1263071 and bug 1283163
Right - escaping spaces is necessary if there is a space in the platform name: -u "mochitest[Windows 8]"
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.