H3: enable tracing by default in tests

This commit is contained in:
Jean-Christophe BEGUE
2020-05-14 08:06:15 +02:00
parent 7a05701e05
commit 77aeb5544b
+2
View File
@@ -47,6 +47,8 @@ pub struct Helper {
impl Helper {
pub fn new() -> Self {
let _ = tracing_subscriber::fmt().try_init();
let port = PORT_COUNT.fetch_add(1, Ordering::SeqCst);
let Certs { chain, key, cert } = CERTS.clone();