Bug 487494 - Pipe xpcshell's output through a stack fixer.;r=ted

This commit is contained in:
Chris Manchester
2015-06-11 11:21:13 -07:00
parent 0e4c4a9b01
commit aa30a01aa0
6 changed files with 66 additions and 7 deletions

View File

@@ -173,6 +173,7 @@ class XPCShellRunner(MozbuildObject):
'jsDebugger': jsDebugger,
'jsDebuggerPort': jsDebuggerPort,
'test_tags': test_tags,
'utility_path': self.bindir,
}
if test_path is not None: