mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-01 09:51:43 +02:00
test: archive compression small fix
This commit is contained in:
parent
17c1b317ca
commit
c6c8d93945
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user