1
0
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:
Grigory Smolkin 2017-12-14 00:39:19 +03:00
parent 17c1b317ca
commit c6c8d93945

View File

@ -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