Open
Bug 1273253
Opened 9 years ago
Updated 2 years ago
mochitest does not support --mode
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
Details
./mach mochitest --dmd --mode live produces the error "The mochitest command does not accept the arguments: --mode"
Comment 1•9 years ago
|
||
Probably the best way to handle DMD args in |mach mochitest| is to have a --dmd-args flag, similar to the --debugger-args and --valgrind-args flags. This would be different to how |mach run| works, though, which allows DMD flags to be named directly. Perhaps |mach run| should also be changed to have a --dmd-args flag. (Furthermore, |mach run| uses --debugparams instead of --debugger-args for the name of the debugging param flag!)
All a bit of a mess :(
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•