1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Shorted test command line params.

This commit is contained in:
David Steele
2015-06-27 11:12:44 -04:00
parent 760baab6b2
commit c59adfc68d

View File

@@ -46,8 +46,8 @@ test.pl [options]
Test Options: Test Options:
--module test module to execute: --module test module to execute:
--module-test execute the specified test in a module --test execute the specified test in a module
--module-test-run execute only the specified test run --run execute only the specified test run
--thread-max max threads to run for backup/restore (default 4) --thread-max max threads to run for backup/restore (default 4)
--dry-run show only the tests that would be executed but don't execute them --dry-run show only the tests that would be executed but don't execute them
--no-cleanup don't cleaup after the last test is complete - useful for debugging --no-cleanup don't cleaup after the last test is complete - useful for debugging
@@ -92,8 +92,8 @@ GetOptions ('q|quiet' => \$bQuiet,
'test-path=s' => \$strTestPath, 'test-path=s' => \$strTestPath,
'log-level=s' => \$strLogLevel, 'log-level=s' => \$strLogLevel,
'module=s' => \$strModule, 'module=s' => \$strModule,
'module-test=s' => \$strModuleTest, 'test=s' => \$strModuleTest,
'module-test-run=s' => \$iModuleTestRun, 'run=s' => \$iModuleTestRun,
'thread-max=s' => \$iThreadMax, 'thread-max=s' => \$iThreadMax,
'dry-run' => \$bDryRun, 'dry-run' => \$bDryRun,
'no-cleanup' => \$bNoCleanup, 'no-cleanup' => \$bNoCleanup,