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

Updated documentation and test for --status option of delete command

This commit is contained in:
Victor Spirin
2020-03-17 21:48:43 +03:00
parent a365520a1c
commit 98c22cae46
3 changed files with 4 additions and 20 deletions

View File

@ -835,7 +835,7 @@ class DeleteTest(ProbackupTest, unittest.TestCase):
self.assertEqual(len(show_backups), 4)
# delete error backups
self.delete_pb(backup_dir, 'node', options=['--error-state'])
self.delete_pb(backup_dir, 'node', options=['--status=ERROR'])
print(self.show_pb(backup_dir, as_text=True, as_json=False))