Open Bug 582598 Opened 14 years ago Updated 2 years ago

provide a way to set the exit status in xpcshell (without using quit())

Categories

(Core :: XPConnect, defect)

defect

Tracking

()

People

(Reporter: ted, Unassigned)

Details

Currently the xpcshell exit status is 0, unless the error reporter is tripped, in which case it gets set to 3 and you can't change that without calling quit(0). Ideally we'd have some more control over the error reporter from the xpcshell harness, but as a simple fix if we could call set_exit_status(0) we'd be able to remove the workaround bsmedberg added in bug 568698.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.