Submitter | phabricator |
---|---|
Date | Dec. 22, 2017, 8:02 p.m. |
Message ID | <differential-rev-PHID-DREV-igpsy6ycufcq54cfcop4-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26411/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -2404,11 +2404,6 @@ print("error: temp dir %r already exists" % tmpdir) return 1 - # Automatically removing tmpdir sounds convenient, but could - # really annoy anyone in the habit of using "--tmpdir=/tmp" - # or "--tmpdir=$HOME". - #vlog("# Removing temp dir", tmpdir) - #shutil.rmtree(tmpdir) os.makedirs(tmpdir) else: d = None