Skip to content

Commit

Permalink
test: set log level
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed May 15, 2024
1 parent 673d91e commit ffdd150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

int main(int argc, char **argv)
{
logger_set_level(LOGGER_LEVEL_ALL);
logger_set_level(LOGGER_LEVEL_ERROR);
ctest_describe("test settings", test_settings);
ctest_describe("test thread", test_thread);
ctest_describe("test font load", test_font_load);
Expand Down

0 comments on commit ffdd150

Please sign in to comment.