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
parent 532caaa0a1
commit c7d65fd1a2

View File

@ -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: