mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
tests: Reduce noise level in test_bitcoin output
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user