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

Merge branch 'master' into refs/pull/291/head

This commit is contained in:
Grigory Smolkin
2020-12-29 19:11:14 +03:00

View File

@ -1968,7 +1968,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
repr(e.message), self.cmd))
os.chmod(full_path, 700)
os.rmdir(full_path)
# Clean after yourself
self.del_test_dir(module_name, fname, [node])