8000 [FIX] clone_with_new_name_and_base_dir did not respect port_manager · postgrespro/testgres@ef095d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef095d3

Browse files
[FIX] clone_with_new_name_and_base_dir did not respect port_manager
1 parent 09dab31 commit ef095d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testgres/node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ def clone_with_new_name_and_base_dir(self, name: str, base_dir: str):
312312
conn_params=None,
313313
bin_dir=self._bin_dir,
314314
prefix=self._prefix,
315-
os_ops=self._os_ops)
315+
os_ops=self._os_ops,
316+
port_manager=self._port_manager)
316317

317318
return node
318319

0 commit comments

Comments
 (0)
0