mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 02:04:02 -08:00
Merge pull request #4489
00901e9cepee: initialize a few data members where it seems to be appropriate (moneromooo-monero)144a6c32abstract_tcp_server2: move m_period to subclass (moneromooo-monero)758d7684connection_basic: remove unused floating time start time (moneromooo-monero)e5108a29Catch more exceptions in dtors (moneromooo-monero)
This commit is contained in:
@@ -629,6 +629,7 @@ TEST_F(net_load_test_clt, permament_open_and_close_and_connections_closed_by_ser
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
TRY_ENTRY();
|
||||
tools::on_startup();
|
||||
epee::debug::get_set_enable_assert(true, false);
|
||||
//set up logging options
|
||||
@@ -636,4 +637,5 @@ int main(int argc, char** argv)
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
CATCH_ENTRY_L0("main", 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user