Fix bustage from bug 889076 (no crash stacks for xpcshell tests), no bug, r=bustage
This commit is contained in:
@@ -514,7 +514,7 @@ class XPCShellTestThread(Thread):
|
||||
self.todoCount = 1
|
||||
self.xunit_result["todo"] = True
|
||||
|
||||
if mozcrash.check_for_crashes(test_dir, self.symbolsPath, test_name=name):
|
||||
if mozcrash.check_for_crashes(self.tempDir, self.symbolsPath, test_name=name):
|
||||
message = "PROCESS-CRASH | %s | application crashed" % name
|
||||
self.failCount = 1
|
||||
self.xunit_result["passed"] = False
|
||||
|
||||
Reference in New Issue
Block a user