You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-16 23:47:38 +02:00
Configuration rules are now pulled from the C library when present.
This commit is contained in:
@ -41,11 +41,12 @@ sub run
|
||||
# Increment the run, log, and decide whether this unit test should be run
|
||||
if ($self->begin('base'))
|
||||
{
|
||||
$self->helpExecute(CMD_VERSION);
|
||||
$self->helpExecute(CMD_HELP);
|
||||
$self->helpExecute(CMD_HELP . ' version');
|
||||
$self->helpExecute(CMD_HELP . ' --output=json --stanza=main info');
|
||||
$self->helpExecute(CMD_HELP . ' --output=json --stanza=main info output');
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_VERSION));
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_HELP));
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_HELP) . ' version');
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_HELP) . ' --output=json --stanza=main --backup-host=backup info');
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_HELP) . ' --output=json --stanza=main info output');
|
||||
$self->helpExecute(cfgCommandName(CFGCMD_HELP) . ' check');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user