mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1019604 - Avoid mochitest cleanup failure following error; r=jmaher
This commit is contained in:
parent
6539559550
commit
6966318182
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user