We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4e0d1 commit ae892adCopy full SHA for ae892ad
test/functional/test_runner.py
@@ -250,10 +250,6 @@ def main():
250
# Create base test directory
251
tmpdir = "%s/test_runner_₿_🏃_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
252
253
- # If we fixed the command-line and filename encoding issue on Windows, these two lines could be removed
254
- if config["environment"]["EXEEXT"] == ".exe":
255
- tmpdir = "%s/test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
256
-
257
os.makedirs(tmpdir)
258
259
logging.debug("Temporary test directory at %s" % tmpdir)
0 commit comments