You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Added integration for testing coverage with Devel::Cover.
This commit is contained in:
@ -47,7 +47,7 @@ sub init
|
||||
$self->{oRemote} = new pgBackRest::Protocol::RemoteMaster(
|
||||
BACKUP,
|
||||
OPTION_DEFAULT_CMD_SSH,
|
||||
$self->backrestExe() . ' --stanza=' . $self->stanza() .
|
||||
$self->backrestExeOriginal() . ' --stanza=' . $self->stanza() .
|
||||
" --type=backup --repo-path=${strRepoPath} --no-config --command=test remote",
|
||||
262144,
|
||||
OPTION_DEFAULT_COMPRESS_LEVEL,
|
||||
|
Reference in New Issue
Block a user