Backed out changeset 7610346a34ee (bug 859705) for intermittent Android xpcshell failures on a CLOSED TREE.

This commit is contained in:
Ryan VanderMeulen 2013-04-18 14:52:59 -04:00
parent 5125740ec4
commit 72d33a4d5d

View File

@ -155,7 +155,6 @@ 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")):