Skip to content

Commit

Permalink
tests: accept unicode characters on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ken2812221 committed Feb 11, 2019
1 parent 6f4e0d1 commit ae892ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ def main():
# Create base test directory
tmpdir = "%s/test_runner_₿_🏃_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))

# If we fixed the command-line and filename encoding issue on Windows, these two lines could be removed
if config["environment"]["EXEEXT"] == ".exe":
tmpdir = "%s/test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))

os.makedirs(tmpdir)

logging.debug("Temporary test directory at %s" % tmpdir)
Expand Down

0 comments on commit ae892ad

Please sign in to comment.