1
0
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:
sfalkon 2017-11-03 14:57:50 +03:00
parent 6c478ee175
commit dfa6831fc2

View File

@ -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)