From e1419ee55252f259c9950759064cd9cc6f299d52 Mon Sep 17 00:00:00 2001 From: Jeff Hammel Date: Tue, 24 Sep 2013 11:27:18 -0700 Subject: [PATCH] Bug 920152 - UnboundLocalError: local variable browserProcessId referenced before assignment;r=edmorley --- testing/mochitest/runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py index 431409bb2b02..2c8b319b4cc8 100644 --- a/testing/mochitest/runtests.py +++ b/testing/mochitest/runtests.py @@ -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))