Skip to content

Commit

Permalink
add logging for a handful of tests (solana-labs#19582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Sep 2, 2021
1 parent 8bf0e5a commit 5a11638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12866,6 +12866,7 @@ pub(crate) mod tests {
u64,
) + std::marker::Send,
{
solana_logger::setup();
// Set up initial bank
let mut genesis_config = create_genesis_config_with_leader(
10,
Expand Down

0 comments on commit 5a11638

Please sign in to comment.