216
216
def fillCertificateDB(self, profileDir, certPath, utilityPath, xrePath):
217
217
pwfilePath = os.path.join(profileDir, ".crtdbpw")
218
218
pwfile = open(pwfilePath, "w")
220
220
def checkForCrashes(self, minidumpDir, symbolsPath):
221
221
return mozcrash.check_for_crashes(minidumpDir, symbolsPath, test_name=self.lastTestSeen)