Merge #8098: [qa] test_framework: Append portseed to tmpdir

fa57b0c [qa] test_framework: Append portseed to tmpdir (MarcoFalke)
This commit is contained in:
MarcoFalke 2016-05-27 08:21:37 +02:00
commit 06bd4f637f
No known key found for this signature in database
GPG Key ID: 2D7F2372E50FE137
1 changed files with 2 additions and 0 deletions

View File

@ -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)