Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115896
D8358.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Subscribers
None
D8358.diff
View Options
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
Details
Attached
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)
Attached To
D8358: tests: accept unicode characters on Windows
Event Timeline
Log In to Comment