Skip to content

Commit

Permalink
Increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Jul 31, 2023
1 parent a896096 commit 56f107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/net/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_test(NAME test_mock_timer COMMAND test_mock_timer)
add_executable(test_shortest_path_routing test_shortest_path_routing.cpp connection_pair.cpp)
target_include_directories(test_shortest_path_routing PUBLIC ../include)
target_link_libraries(test_shortest_path_routing PUBLIC catch2 psibase Threads::Threads Boost::headers)
add_test(NAME test_shortest_path_routing COMMAND test_shortest_path_routing)
add_test(NAME test_shortest_path_routing COMMAND test_shortest_path_routing --log-filter "Severity >= debug")

add_executable(test_consensus test_consensus.cpp test_cft_consensus.cpp test_bft_consensus.cpp test_signatures.cpp mock_timer.cpp test_util.cpp main.cpp)
target_include_directories(test_consensus PUBLIC ../include)
Expand Down

0 comments on commit 56f107c

Please sign in to comment.