mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Merge #8098: [qa] test_framework: Append portseed to tmpdir
fa57b0c
[qa] test_framework: Append portseed to tmpdir (MarcoFalke)
This commit is contained in:
commit
06bd4f637f
@ -119,6 +119,8 @@ class BitcoinTestFramework(object):
|
||||
self.add_options(parser)
|
||||
(self.options, self.args) = parser.parse_args()
|
||||
|
||||
self.options.tmpdir += '/' + str(self.options.port_seed)
|
||||
|
||||
if self.options.trace_rpc:
|
||||
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user