mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-08 14:28:36 +02:00
fix ptrack
This commit is contained in:
parent
6c478ee175
commit
dfa6831fc2
@ -21,6 +21,7 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
|
||||
pg_options={'wal_level': 'replica'}
|
||||
)
|
||||
print(node.should_rm_dirs)
|
||||
node.should_rm_dirs = True
|
||||
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
|
||||
self.init_pb(backup_dir)
|
||||
self.add_instance(backup_dir, 'node', node)
|
||||
|
Loading…
x
Reference in New Issue
Block a user