Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 6, 2018
1 parent 41dbc37 commit b53717b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ _INITIALIZE_EASYLOGGINGPP

int main(int argc, char** argv)
{
el::Configurations config;
config.setToDefault();
config.set(el::Level::Info, el::ConfigurationType::Enabled, "false");
el::Loggers::reconfigureAllLoggers(config);
easyloggingpp::Configurations config;
config.setAll(easyloggingpp::ConfigurationType::Enabled , "false");
easyloggingpp::Loggers::reconfigureAllLoggers(config);

::testing::InitGoogleMock(&argc, argv);
return RUN_ALL_TESTS();
Expand Down

0 comments on commit b53717b

Please sign in to comment.