diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-08-03 09:12:16 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-08-03 11:29:02 -0400 |
commit | 5e1777777790e855a9f3c8604208bc9bd6c8c99f (patch) | |
tree | 616731fcb2d436595eab21c9d219327f22feff42 /test | |
parent | 2b67354aa584c4aabae049a67767ac7b70e2d01a (diff) |
qa: Create unicode tempdir in test_runner
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index d324cd9bba..b5c440625f 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -229,7 +229,7 @@ def main(): logging.basicConfig(format='%(message)s', level=logging_level) # Create base test directory - tmpdir = "%s/bitcoin_test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S")) + 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) |