Skip to content

Commit c5d4934

Browse files
author
vshepard
committed
Move file control for tests
1 parent 992f0c8 commit c5d4934

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

testgres/plugins/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from pg_probackup2.app import ProbackupApp, ProbackupException
33
from pg_probackup2.init_helpers import init_params
44
from pg_probackup2.storage.fs_backup import FSTestBackupDir
5-
from pg_probackup2.storage.s3_backup import S3TestBackupDir
65

76
__all__ = [
8-
"ProbackupApp", "ProbackupException", "init_params", "FSTestBackupDir", "S3TestBackupDir", "GDBobj"
7+
"ProbackupApp", "ProbackupException", "init_params", "FSTestBackupDir", "GDBobj"
98
]

testgres/plugins/pg_probackup2/pg_probackup2/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __str__(self):
3737
return '\n ERROR: {0}\n CMD: {1}'.format(repr(self.message), self.cmd)
3838

3939

40-
# Local or S3 backup
40+
# Local backup control
4141
fs_backup_class = FSTestBackupDir
4242

4343
class ProbackupApp:

0 commit comments

Comments
 (0)