Skip to content

Commit

Permalink
redisable logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed May 6, 2024
1 parent ea96cdb commit 56ca415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ using ::testing::InitGoogleTest;
int main(int argc, char** argv) {
InitGoogleTest(&argc, argv);
// todo pull from config
initLogging("/workspaces/obcpp/tests/unit/logs", true, argc, argv);
initLogging("/workspaces/obcpp/tests/unit/logs", false, argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit 56ca415

Please sign in to comment.