зеркало из https://github.com/mozilla/gecko-dev.git
Bug 920152 - UnboundLocalError: local variable browserProcessId referenced before assignment;r=edmorley
This commit is contained in:
Родитель
fe96ecc1e3
Коммит
e1419ee552
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче