You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Start work on C handle io object and use it to output help.
This commit is contained in:
@@ -176,6 +176,16 @@ my $oTestDef =
|
||||
'common/debug' => TESTDEF_COVERAGE_NOCODE,
|
||||
},
|
||||
},
|
||||
{
|
||||
&TESTDEF_NAME => 'io-handle',
|
||||
&TESTDEF_TOTAL => 1,
|
||||
&TESTDEF_C => true,
|
||||
|
||||
&TESTDEF_COVERAGE =>
|
||||
{
|
||||
'common/io/handle' => TESTDEF_COVERAGE_FULL,
|
||||
},
|
||||
},
|
||||
{
|
||||
&TESTDEF_NAME => 'exit',
|
||||
&TESTDEF_TOTAL => 1,
|
||||
@@ -320,7 +330,7 @@ my $oTestDef =
|
||||
},
|
||||
},
|
||||
{
|
||||
&TESTDEF_NAME => 'io-handle',
|
||||
&TESTDEF_NAME => 'io-handle-perl',
|
||||
&TESTDEF_TOTAL => 6,
|
||||
|
||||
&TESTDEF_COVERAGE =>
|
||||
|
||||
Reference in New Issue
Block a user