1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Remove comment formatting from TEST_*() macros.

Comment formatting was not used much but it incurred a heavy cost in each macro to process possible formatting.

Remove formatted comments where they did not contain valuable information and replace with strZ(strNewFmt()) otherwise.
This commit is contained in:
David Steele
2021-05-22 11:28:56 -04:00
parent b270253a69
commit a4f057bb70
12 changed files with 93 additions and 93 deletions

View File

@ -203,8 +203,7 @@ testRun(void)
// Storage info list
TEST_RESULT_VOID(
storageInfoListP(storageRemote, NULL, storageTestDummyInfoListCallback, NULL),
"list %" PRIu64 " remote files", fileTotal);
storageInfoListP(storageRemote, NULL, storageTestDummyInfoListCallback, NULL), "list remote files");
TEST_LOG_FMT("list transferred in %ums", (unsigned int)(timeMSec() - timeBegin));