Merge pull request #139 from AbberiorInstruments/add-levels-only

Add levels only
This commit is contained in:
Kjell Hedström 2016-12-06 08:49:21 -07:00 committed by GitHub
commit dc06cfb683

View File

@ -311,6 +311,7 @@ TEST(LogTest, LOGF__FATAL) {
EXPECT_TRUE(verifyContent(file_content, "FATAL"));
}
#ifndef DISABLE_FATAL_SIGNALHANDLING
TEST(LogTest, FatalSIGTERM__UsingDefaultHandler) {
RestoreFileLogger logger(log_directory);
@ -383,7 +384,7 @@ TEST(LogTest, FatalSIGTERM__UsingCustomHandler) {
}
#endif
#endif
TEST(LogTest, LOG_preFatalLogging_hook) {
{