mirror of
https://github.com/monero-project/monero.git
synced 2025-05-04 20:24:59 -04:00
[fix] log level change. compilation: dns, tests
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
This commit is contained in:
parent
277a207b2f
commit
32c19c6c3d
9 changed files with 17 additions and 8 deletions
|
@ -85,7 +85,7 @@ namespace
|
|||
|
||||
TEST(boosted_tcp_server, worker_threads_are_exception_resistant)
|
||||
{
|
||||
test_tcp_server srv;
|
||||
test_tcp_server srv(epee::net_utils::e_connection_type_RPC); // RPC disables network limit for unit tests
|
||||
ASSERT_TRUE(srv.init_server(test_server_port, test_server_host));
|
||||
|
||||
std::mutex mtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue