You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fix test logging in storageHelperDryRunInit().
This commit is contained in:
@@ -294,6 +294,9 @@
|
||||
<commit subject="Fix test logging.">
|
||||
<github-pull-request id="2578"/>
|
||||
</commit>
|
||||
<commit subject="Fix test logging in storageHelperDryRunInit().">
|
||||
<github-pull-request id="2597"/>
|
||||
</commit>
|
||||
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="yegor.zhmak"/>
|
||||
|
@@ -100,7 +100,9 @@ storageHelperInit(const StorageHelper *const helperList)
|
||||
FN_EXTERN void
|
||||
storageHelperDryRunInit(const bool dryRun)
|
||||
{
|
||||
FUNCTION_TEST_VOID();
|
||||
FUNCTION_TEST_BEGIN();
|
||||
FUNCTION_TEST_PARAM(BOOL, dryRun);
|
||||
FUNCTION_TEST_END();
|
||||
|
||||
storageHelper.dryRunInit = true;
|
||||
storageHelper.dryRun = dryRun;
|
||||
|
Reference in New Issue
Block a user