Bug 920152 - UnboundLocalError: local variable browserProcessId referenced before assignment;r=edmorley

This commit is contained in:
Jeff Hammel 2013-09-24 11:27:18 -07:00
Родитель fe96ecc1e3
Коммит e1419ee552
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1061,7 +1061,7 @@ class Mochitest(MochitestUtilsMixin):
self.cleanup(manifest, options)
return status
def handleTimeout(self, timeout, proc, utilityPath, debuggerInfo, browserProcesssId):
def handleTimeout(self, timeout, proc, utilityPath, debuggerInfo, browserProcessId):
"""handle process output timeout"""
# TODO: bug 913975 : _processOutput should call self.processOutputLine one more time one timeout (I think)
log.info("TEST-UNEXPECTED-FAIL | %s | application timed out after %d seconds with no output", self.lastTestSeen, int(timeout))