Closed
Bug 818475
Opened 13 years ago
Closed 13 years ago
When running a single test, mach doesn't return the test status as exit code
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: glandium, Assigned: gps)
Details
(Whiteboard: [mach])
Attachments
(1 file)
|
2.44 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
If running a failing test with mach, the error status is lost:
$ ./mach xpcshell-test some-test.js
$ echo $?
0
Arguably, it should also have an exit code when any test fails in a series of tests.
| Assignee | ||
Comment 1•13 years ago
|
||
Easy peasy.
| Assignee | ||
Updated•13 years ago
|
Component: mach → XPCShell Harness
Product: Core → Testing
Whiteboard: [mach]
Updated•13 years ago
|
Attachment #688903 -
Flags: review?(ted) → review+
| Assignee | ||
Comment 2•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
•