Fix bustage from bug 889076 (no crash stacks for xpcshell tests), no bug, r=bustage

This commit is contained in:
Ted Mielczarek
2013-08-15 15:01:08 -04:00
parent 6c2dd7f365
commit f71fc0bb08

View File

@@ -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