Skip to content

Commit

Permalink
Don't capture logs in test_test
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 30, 2024
1 parent dd2e107 commit 2fdcb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_test_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use log::info;
static LOCK: AtomicUsize = AtomicUsize::new(0);

fn init() {
let _ = env_logger::builder().try_init();
let _ = env_logger::builder().is_test(false).try_init();
}

pub fn test_fn(count: usize) {
Expand Down

0 comments on commit 2fdcb0c

Please sign in to comment.