Page MenuHomePhabricator

D8358.diff
No OneTemporary

D8358.diff

diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -231,12 +231,6 @@
tmpdir = os.path.join("{}", "test_runner_₿₵_🏃_{:%Y%m%d_%H%M%S}").format(
args.tmpdirprefix, datetime.datetime.now())
- # If we fixed the command-line and filename encoding issue on Windows,
- # these two lines could be removed
- if config["environment"]["EXEEXT"] == ".exe":
- tmpdir = os.path.join("{}", "test_runner_{:%Y%m%d_%H%M%S}").format(
- args.tmpdirprefix, datetime.datetime.now())
-
os.makedirs(tmpdir)
logging.debug("Temporary test directory at {}".format(tmpdir))

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 12:35 (4 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5182244
Default Alt Text
D8358.diff (711 B)

Event Timeline