[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:
MarcoFalke 2016-05-15 11:06:23 +02:00 committed by Jack Grigg
parent 818d2de39b
commit 17caf1ddd1
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)