You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Fix test logging.
This commit is contained in:
@@ -209,14 +209,19 @@
|
||||
<release-test-list>
|
||||
<release-development-list>
|
||||
<release-item>
|
||||
<github-pull-request id="2573"/>
|
||||
<commit subject="Fix comments in unit tests.">
|
||||
<github-pull-request id="2573"/>
|
||||
</commit>
|
||||
<commit subject="Fix test logging.">
|
||||
<github-pull-request id="2578"/>
|
||||
</commit>
|
||||
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="yegor.zhmak"/>
|
||||
<release-item-reviewer id="david.steele"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Fix comments in unit tests.</p>
|
||||
<p>Fix test logging and comments in unit tests.</p>
|
||||
</release-item>
|
||||
</release-development-list>
|
||||
</release-test-list>
|
||||
|
||||
@@ -114,7 +114,9 @@ Initialize the stanza and error if it changes
|
||||
static void
|
||||
storageHelperStanzaInit(const bool stanzaRequired)
|
||||
{
|
||||
FUNCTION_TEST_VOID();
|
||||
FUNCTION_TEST_BEGIN();
|
||||
FUNCTION_TEST_PARAM(BOOL, stanzaRequired);
|
||||
FUNCTION_TEST_END();
|
||||
|
||||
// If the stanza is NULL and the storage has not already been initialized then initialize the stanza
|
||||
if (!storageHelper.stanzaInit)
|
||||
|
||||
Reference in New Issue
Block a user