Skip to content

Commit

Permalink
Merge #8098: [qa] test_framework: Append portseed to tmpdir
Browse files Browse the repository at this point in the history
fa57b0c [qa] test_framework: Append portseed to tmpdir (MarcoFalke)
  • Loading branch information
MarcoFalke committed May 27, 2016
2 parents 425278d + fa57b0c commit 06bd4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/rpc-tests/test_framework/test_framework.py
Expand Up @@ -119,6 +119,8 @@ def main(self):
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)

Expand Down

0 comments on commit 06bd4f6

Please sign in to comment.