You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Add block incremental to real/all test output.
This commit is contained in:
@ -84,7 +84,7 @@ sub run
|
||||
# Increment the run, log, and decide whether this unit test should be run
|
||||
next if !$self->begin(
|
||||
"bkp ${bHostBackup}, tls ${bTls}, dst ${strBackupDestination}, cmp ${strCompressType}, storage ${strStorage}" .
|
||||
", enc ${bRepoEncrypt}");
|
||||
", enc ${bRepoEncrypt}, bi ${bBlockIncr}");
|
||||
|
||||
# Create hosts, file object, and config
|
||||
my ($oHostDbPrimary, $oHostDbStandby, $oHostBackup) = $self->setup(
|
||||
|
Reference in New Issue
Block a user