1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-11-24 22:53:40 +02:00

fix ptrack

This commit is contained in:
sfalkon
2017-11-03 13:40:25 +03:00
parent 625f20ccd3
commit fe4264c209

View File

@@ -612,14 +612,16 @@ class ProbackupTest(object):
try:
testgres.clean_all()
except:
pass
testgres.cleanup()
"""
shutil.rmtree(os.path.join(self.tmp_path, module_name, fname),
ignore_errors=True)
try:
os.rmdir(os.path.join(self.tmp_path, module_name))
except:
pass
"""
def pgdata_content(self, directory):
""" return dict with directory content. TAKE IT AFTER CHECKPOINT or BACKUP"""