Closed
Bug 973000
Opened 11 years ago
Closed 11 years ago
Don't do test log coalescing for single-test runs
Categories
(Testing :: Mochitest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: bholley, Assigned: froydnj)
References
Details
Attachments
(1 file)
|
2.69 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
When I'm developing a test, I like to see the TEST-PASS output to make sure that I'm running the tests I expect.
In this scenario, I'm basically always doing |mach mochitest-foo some_test.foo|, rather than a directory-wide or system-wide run. In this case, it doesn't seem like there's much benefit from the log-coalescing, and so I think we should turn it off by default.
The verbose option suggested in bug 969437 is nice, but it's less discoverable, and it's always nice to do something smart by default to ease the new-contributor experience.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•11 years ago
|
| Assignee | ||
Comment 2•11 years ago
|
||
This is the same patch you looked at in bug 969437; you may want to look at my
feedback in https://bugzilla.mozilla.org/show_bug.cgi?id=969437#c6 to your
previous comments.
Attachment #8381487 -
Flags: review?(jmaher)
Updated•11 years ago
|
Attachment #8381487 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Flags: in-testsuite-
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → nfroyd
Comment 4•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•