From ec0f0eda7f30a74a78283ff7624ead65610870a2 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 18 Apr 2013 16:50:13 +0200 Subject: [PATCH] Fixup for bug 859705 - Add missing return. r=me. DONTBUILD --- testing/xpcshell/remotexpcshelltests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/xpcshell/remotexpcshelltests.py b/testing/xpcshell/remotexpcshelltests.py index e460b2e3ccf..d4eb8f59382 100644 --- a/testing/xpcshell/remotexpcshelltests.py +++ b/testing/xpcshell/remotexpcshelltests.py @@ -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")):