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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue