aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-04-30 15:06:26 -0500
committerJohn Newbery <john@johnnewbery.com>2019-04-30 15:06:26 -0500
commitba534ccd5664670707f711451ad15f64c5244ba5 (patch)
tree0087d5c552170b3b2dfbf829475948db22025eab /test
parent2c35fe6238131f0b5613c3a1230c5019f13f0c09 (diff)
downloadbitcoin-ba534ccd5664670707f711451ad15f64c5244ba5.tar.xz
[tests] log thread names by default in functional tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/test_framework/test_node.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py
index 8b2006a05c..21ca96d6b3 100755
--- a/test/functional/test_framework/test_node.py
+++ b/test/functional/test_framework/test_node.py
@@ -84,6 +84,7 @@ class TestNode():
self.binary,
"-datadir=" + self.datadir,
"-logtimemicros",
+ "-logthreadnames",
"-debug",
"-debugexclude=libevent",
"-debugexclude=leveldb",