Closed
Bug 814013
Opened 13 years ago
Closed 13 years ago
Robocop should always print the final pass/fail summary, even if it previously encountered a non-zero return value
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
1.31 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
Currently we only print the final end-of-run summary:
{
0 INFO SimpleTest START
4755 INFO TEST-START | Shutdown
4756 INFO Passed: 4637
4757 INFO Failed: 0
4758 INFO Todo: 1
4759 INFO SimpleTest FINISHED
}
...when we haven't encountered a non-zero exit code from any of the runTests() calls.
We should always print it.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #684033 -
Flags: review?(gbrown)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 684033 [details] [diff] [review]
Patch v1
I was just about to write the same patch!
Attachment #684033 -
Flags: review?(gbrown) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Thank you for the review :-)
https://hg.mozilla.org/integration/mozilla-inbound/rev/3d531fe477e9
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•