You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Improvements to issue #132: Improved command-line help.
Regression tests are now more comprehensive by default. Better handling for errors in safeExit(). Release notes.
This commit is contained in:
@ -63,6 +63,7 @@ sub BackRestTestHelp_Test
|
||||
# Increment the run, log, and decide whether this unit test should be run
|
||||
if (BackRestTestCommon_Run(++$iRun, 'base', $strModule, $strThisTest, undef, false))
|
||||
{
|
||||
BackRestTestHelp_ExecuteHelp('version');
|
||||
BackRestTestHelp_ExecuteHelp('help');
|
||||
BackRestTestHelp_ExecuteHelp('help version');
|
||||
BackRestTestHelp_ExecuteHelp('help --output=json --stanza=main info');
|
||||
|
Reference in New Issue
Block a user