Fixup for bug 859705 - Add missing return. r=me. DONTBUILD

This commit is contained in:
Mike Hommey 2013-04-18 16:50:13 +02:00
parent 605764c90f
commit ec0f0eda7f

View File

@ -155,6 +155,7 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
self.device.pushFile(os.path.join(dir, info.filename), remoteFile)
finally:
shutil.rmtree(dir)
return
for file in os.listdir(self.localLib):
if (file.endswith(".so")):