Bug 1128745 - Avoid 'no attribute' error on remote xpcshell timeout; r=jmaher

This commit is contained in:
Geoff Brown 2015-02-12 16:48:40 -07:00
Родитель 532caaa0a1
Коммит c7d65fd1a2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -26,6 +26,7 @@ class RemoteXPCShellTestThread(xpcshell.XPCShellTestThread):
def __init__(self, *args, **kwargs):
xpcshell.XPCShellTestThread.__init__(self, *args, **kwargs)
self.shellReturnCode = None
# embed the mobile params from the harness into the TestThread
mobileArgs = kwargs.get('mobileArgs')
for key in mobileArgs: