mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Add test paths for pg, repo, and spool.
These may be used as standard locations for these paths in tests.
This commit is contained in:
parent
6bdbcdc7fe
commit
dc0284412b
@ -8,6 +8,16 @@ Prefix for environment variables
|
||||
***********************************************************************************************************************************/
|
||||
#define HRN_PGBACKREST_ENV "PGBACKREST_"
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Config option constants
|
||||
***********************************************************************************************************************************/
|
||||
#define TEST_PATH_REPO TEST_PATH "/repo"
|
||||
#define TEST_PATH_PG TEST_PATH "/pg"
|
||||
#define TEST_PATH_SPOOL TEST_PATH "/spool"
|
||||
|
||||
#define TEST_CIPHER_PASS "xmainx"
|
||||
#define TEST_CIPHER_PASS_ARCHIVE "xarchivex"
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Load a test configuration without any side effects
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user