1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

fix ptrack

This commit is contained in:
sfalkon 2017-11-03 14:54:54 +03:00
parent 8e66c7ef01
commit 3867e086e6

View File

@ -20,6 +20,7 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
initdb_params=['--data-checksums'],
pg_options={'wal_level': 'replica'}
)
print(node.should_rm_dirs)
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
self.init_pb(backup_dir)
self.add_instance(backup_dir, 'node', node)