1
0
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:
David Steele 2021-01-08 10:35:26 -05:00
parent 6bdbcdc7fe
commit dc0284412b

View File

@ -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