-
Notifications
You must be signed in to change notification settings - Fork 1
Extra logs in tests #30
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingloggingRelated to logging processRelated to logging processtestNew testsNew tests
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingloggingRelated to logging processRelated to logging processtestNew testsNew tests
When some function, for example,
PrintHelpAndExit(), prints help info instdoutinside theEXPECT_EXITmacro, this function output will be in the final output near the logs from Google Test framework. This invalid behavior, because test output makes it difficult to read test results.