disable logging to see why ci tests die like a sucka

pull/1306/head
Jeff Becker 4 years ago
parent 63b56d55a9
commit 98a3b45f16
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -140,6 +140,7 @@ namespace llarp
/// already closing
if (closeWaiter)
return;
if (CallSafe(std::bind(&Context::HandleSignal, this, SIGTERM)))
closeWaiter = std::make_unique<std::promise<void>>();
}

@ -31,7 +31,7 @@ make_context()
TEST_CASE("ensure snode address allocation", "[snode]")
{
llarp::LogSilencer shutup;
// llarp::LogSilencer shutup;
auto ctx = make_context();
REQUIRE(llarp_main_setup(ctx, true) == 0);
auto ctx_pp = llarp::Context::Get(ctx);

Loading…
Cancel
Save