Closed
Bug 1257451
Opened 8 years ago
Closed 7 years ago
mach run and mochitest has inconsistent debugger argument syntax debugger-args and debugparams
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: kanru, Unassigned)
Details
Attachments
(1 file)
|mach run| accepts --debbugparams and |mach mochitest| accepts --debugger-args It's confusing that one works and the other doesn't.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8859877 [details] Bug 1257451 - Make |mach run| use --debugger-args instead of --debugparams, like the mochitest/reftest commands do. https://reviewboard.mozilla.org/r/131852/#review134978 I suspect some people will be caught off guard by this backwards incompatible change. You may want to consider still accepting the old argument, but printing a warning and forwarding the value to `args.debugger_args`.
Attachment #8859877 -
Flags: review?(gps) → review+
Comment hidden (mozreview-request) |
Pushed by cmccormack@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f866afd3d2d2 Make |mach run| use --debugger-args instead of --debugparams, like the mochitest/reftest commands do. r=gps
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f866afd3d2d2
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•