From ae892adceb0ad41bf3edfcebc6537c11d492127c Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sun, 30 Sep 2018 14:36:12 +0800 Subject: tests: accept unicode characters on Windows --- test/functional/test_runner.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/functional') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index d8f92e2601..999cd72108 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -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) -- cgit v1.2.3