Skip to content

Commit fa57b0c

Browse files
author
MarcoFalke
committed
[qa] test_framework: Append portseed to tmpdir
This makes it possible to specify a tmpdir while running tests in parallel
1 parent 7771aa5 commit fa57b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/rpc-tests/test_framework/test_framework.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ def main(self):
115115
self.add_options(parser)
116116
(self.options, self.args) = parser.parse_args()
117117

118+
self.options.tmpdir += '/' + str(self.options.port_seed)
119+
118120
if self.options.trace_rpc:
119121
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
120122

0 commit comments

Comments
 (0)