0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

[tests] log thread names by default in functional tests

This commit is contained in:
John Newbery 2019-04-30 15:06:26 -05:00
parent 2c35fe6238
commit ba534ccd56

View file

@ -84,6 +84,7 @@ class TestNode():
self.binary,
"-datadir=" + self.datadir,
"-logtimemicros",
"-logthreadnames",
"-debug",
"-debugexclude=libevent",
"-debugexclude=leveldb",