You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-16 07:14:15 +02:00
test: archive compression small fix
This commit is contained in:
@ -129,6 +129,7 @@ class ProbackupTest(object):
|
||||
if self.test_env['PG_PROBACKUP_PARANOIA'] == 'ON':
|
||||
self.paranoia = True
|
||||
|
||||
self.archive_compress = False
|
||||
if 'ARCHIVE_COMPRESSION' in self.test_env:
|
||||
if self.test_env['ARCHIVE_COMPRESSION'] == 'ON':
|
||||
self.archive_compress = True
|
||||
|
Reference in New Issue
Block a user