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:
parent
fe4264c209
commit
966a37ac86
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user