Bug 1128584 - Only log valid status values when processing errors in xpcshell's head.js;r=ted

This commit is contained in:
Chris Manchester 2015-02-02 13:32:49 -05:00
parent 4ea01de4ca
commit 9eac279014

View File

@ -653,8 +653,8 @@ function do_execute_soon(callback, aName) {
let stack = e.stack ? _format_stack(e.stack) : null;
_testLogger.testStatus(_TEST_NAME,
funcName,
'ERROR',
'OK',
'FAIL',
'PASS',
_exception_message(e),
stack);
_do_quit();