mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Cleaned up test usage.
This commit is contained in:
parent
84abcd7d61
commit
e20f93ef1b
10
test/test.pl
10
test/test.pl
@ -37,11 +37,11 @@ test.pl - Simple Postgres Backup and Restore Unit Tests
|
||||
test.pl [options]
|
||||
|
||||
Test Options:
|
||||
module test module to execute:
|
||||
module-test execute the specified test in a module
|
||||
module-test-run execute only the specified test run
|
||||
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
|
||||
--module test module to execute:
|
||||
--module-test execute the specified test in a module
|
||||
--module-test-run execute only the specified test run
|
||||
--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
|
||||
|
||||
Configuration Options:
|
||||
--psql-bin path to the psql executables (e.g. /usr/lib/postgresql/9.3/bin/)
|
||||
|
Loading…
Reference in New Issue
Block a user