Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher

This commit is contained in:
Vaibhav Agrawal 2014-06-24 12:02:07 -04:00
parent 3feadaf7d6
commit e19aa878e0

View File

@ -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: