mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[qa] test_framework: Append portseed to tmpdir
This makes it possible to specify a tmpdir while running tests in parallel
This commit is contained in:
parent
7771aa57bd
commit
fa57b0c5ef
@ -115,6 +115,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