You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add command and exit modules.
This commit is contained in:
@@ -152,6 +152,16 @@ my $oTestDef =
|
||||
'common/log' => TESTDEF_COVERAGE_FULL,
|
||||
},
|
||||
},
|
||||
{
|
||||
&TESTDEF_NAME => 'exit',
|
||||
&TESTDEF_TOTAL => 1,
|
||||
&TESTDEF_C => true,
|
||||
|
||||
&TESTDEF_COVERAGE =>
|
||||
{
|
||||
'common/exit' => TESTDEF_COVERAGE_FULL,
|
||||
},
|
||||
},
|
||||
{
|
||||
&TESTDEF_NAME => 'wait',
|
||||
&TESTDEF_TOTAL => 1,
|
||||
@@ -633,6 +643,25 @@ my $oTestDef =
|
||||
},
|
||||
]
|
||||
},
|
||||
# Command tests
|
||||
{
|
||||
&TESTDEF_NAME => 'command',
|
||||
&TESTDEF_CONTAINER => true,
|
||||
|
||||
&TESTDEF_TEST =>
|
||||
[
|
||||
{
|
||||
&TESTDEF_NAME => 'command',
|
||||
&TESTDEF_TOTAL => 1,
|
||||
&TESTDEF_C => true,
|
||||
|
||||
&TESTDEF_COVERAGE =>
|
||||
{
|
||||
'command/command' => TESTDEF_COVERAGE_FULL,
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
# Archive tests
|
||||
{
|
||||
&TESTDEF_NAME => 'archive',
|
||||
|
||||
Reference in New Issue
Block a user