Bug 1019604 - Avoid mochitest cleanup failure following error; r=jmaher

This commit is contained in:
Geoff Brown 2014-06-03 08:19:37 -06:00
parent 6539559550
commit 6966318182

View File

@ -247,7 +247,8 @@ class MochiRemote(Mochitest):
log.warn("Unable to retrieve log file (%s) from remote device",
self.remoteLog)
self._dm.removeDir(self.remoteProfile)
Mochitest.cleanup(self, manifest, options)
if manifest is not None:
Mochitest.cleanup(self, manifest, options)
def findPath(self, paths, filename = None):
for path in paths: