зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1128745 - Avoid 'no attribute' error on remote xpcshell timeout; r=jmaher
This commit is contained in:
Родитель
532caaa0a1
Коммит
c7d65fd1a2
|
@ -26,6 +26,7 @@ class RemoteXPCShellTestThread(xpcshell.XPCShellTestThread):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
xpcshell.XPCShellTestThread.__init__(self, *args, **kwargs)
|
xpcshell.XPCShellTestThread.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
|
self.shellReturnCode = None
|
||||||
# embed the mobile params from the harness into the TestThread
|
# embed the mobile params from the harness into the TestThread
|
||||||
mobileArgs = kwargs.get('mobileArgs')
|
mobileArgs = kwargs.get('mobileArgs')
|
||||||
for key in mobileArgs:
|
for key in mobileArgs:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче