1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

fix ptrack

This commit is contained in:
sfalkon 2017-11-03 13:45:13 +03:00
parent fe4264c209
commit 966a37ac86

View File

@ -612,16 +612,14 @@ class ProbackupTest(object):
try:
testgres.clean_all()
except:
testgres.cleanup()
pass
"""
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"""