You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-09 00:45:49 +02:00
Update CipherType/CipherMode to StringId.
As in 6cc521b
, this allows option values and enums to be easily mapped together.
This commit is contained in:
@ -1078,7 +1078,7 @@ testRun(void)
|
||||
StringList *argListMultiRepo = strLstNew();
|
||||
hrnCfgArgRawZ(argListMultiRepo, cfgOptRepoPath, TEST_PATH_REPO);
|
||||
hrnCfgArgKeyRawFmt(argListMultiRepo, cfgOptRepoPath, 2, "%s/repo2", testPath());
|
||||
hrnCfgArgKeyRawZ(argListMultiRepo, cfgOptRepoCipherType, 2, CIPHER_TYPE_AES_256_CBC);
|
||||
hrnCfgArgKeyRawStrId(argListMultiRepo, cfgOptRepoCipherType, 2, cipherTypeAes256Cbc);
|
||||
hrnCfgEnvKeyRawZ(cfgOptRepoCipherPass, 2, TEST_CIPHER_PASS);
|
||||
|
||||
StringList *argListMultiRepoJson = strLstDup(argListMultiRepo);
|
||||
|
Reference in New Issue
Block a user