aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-03 09:12:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-03 11:29:02 -0400
commit5e1777777790e855a9f3c8604208bc9bd6c8c99f (patch)
tree616731fcb2d436595eab21c9d219327f22feff42 /test
parent2b67354aa584c4aabae049a67767ac7b70e2d01a (diff)
downloadbitcoin-5e1777777790e855a9f3c8604208bc9bd6c8c99f.tar.xz
qa: Create unicode tempdir in test_runner
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/test_runner.py2
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)