You've already forked pgbackrest
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:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user