Closed
Bug 973923
Opened 11 years ago
Closed 5 years ago
Add option to not summarize xpcshell-test output.
Categories
(Testing :: XPCShell Harness, enhancement)
Testing
XPCShell Harness
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: matrix.org, Assigned: gbrown)
Details
XPCShell currently summarizes tests, however it is often nice to see all of the individual assertions. So there should be an option for `./mach xpc-shell` to display the full results.
Some suggestions include picking up the global verbose flag.
./mach -v xpcshell-test ...
Or adding a verbose flag to the command.
./mach xpcshell-test -v ...
Assignee | ||
Comment 1•5 years ago
|
||
--verbose is supported now.
Assignee: nobody → gbrown
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•