tests: Reduce noise level in test_bitcoin output

This commit is contained in:
practicalswift
2019-02-06 11:00:23 +01:00
parent edc68d40e9
commit e502c3c515
3 changed files with 0 additions and 5 deletions

View File

@@ -167,7 +167,6 @@ static void Correct_Queue_range(std::vector<size_t> range)
BOOST_REQUIRE(control.Wait());
if (FakeCheckCheckCompletion::n_calls != i) {
BOOST_REQUIRE_EQUAL(FakeCheckCheckCompletion::n_calls, i);
BOOST_TEST_MESSAGE("Failure on trial " << i << " expected, got " << FakeCheckCheckCompletion::n_calls);
}
}
tg.interrupt_all();