1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-17 07:22:20 +02:00

fix ptrack

This commit is contained in:
sfalkon
2017-11-03 15:31:10 +03:00
parent dfa6831fc2
commit a4917beacc
2 changed files with 2 additions and 8 deletions

View File

@ -21,7 +21,6 @@ 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)