1
0
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:
Yegor
2025-04-04 22:07:32 +07:00
committed by GitHub
parent cc50e1aecd
commit aeea81a388
2 changed files with 6 additions and 1 deletions

View File

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

View File

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