Closed
Bug 1068155
Opened 11 years ago
Closed 5 years ago
mach test does not allow jsdebugger argument
Categories
(Testing :: General, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tomasz, Assigned: gbrown)
Details
(Whiteboard: dev-prod-2020)
I can run:
mach mochitest-browser --jsdebugger test_file
but not:
mach test --jsdebugger test_file
It would be nice to forward arguments to the test suite methods.
Updated•8 years ago
|
Product: Core → Firefox Build System
| Assignee | ||
Comment 1•5 years ago
|
||
This works now.
eg.
./mach test testing/mochitest/tests/browser/browser_pass.js --jsdebugger works the same as
./mach mochitest testing/mochitest/tests/browser/browser_pass.js --jsdebugger
Assignee: nobody → gbrown
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 5 years ago
Component: Mach Core → General
Priority: -- → P3
Product: Firefox Build System → Testing
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•5 years ago
|
Whiteboard: dev-prod-2020
You need to log in
before you can comment on or make changes to this bug.
Description
•