From e19aa878e0fc884da95a4878b6b63bc678b6187c Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Tue, 24 Jun 2014 12:02:07 -0400 Subject: [PATCH] Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher --- testing/mochitest/mochitest_options.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/mochitest/mochitest_options.py b/testing/mochitest/mochitest_options.py index 9be91ad470d3..a2af8c01c58f 100644 --- a/testing/mochitest/mochitest_options.py +++ b/testing/mochitest/mochitest_options.py @@ -465,9 +465,6 @@ class MochitestOptions(optparse.OptionParser): else: self.error("could not find xre directory, --xre-path must be specified") - if options.profilePath is None: - options.profilePath = tempfile.mkdtemp() - # allow relative paths options.xrePath = mochitest.getFullPath(options.xrePath) if options.profilePath: