1
0
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:
David Steele
2015-09-09 15:40:54 -04:00
parent d7e3be1ebf
commit e0dafbff7f
12 changed files with 179 additions and 112 deletions

View File

@ -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');