diff --git a/beacon_node/beacon_chain/test_harness/src/manifest/mod.rs b/beacon_node/beacon_chain/test_harness/src/manifest/mod.rs index d169122055..4b8385035e 100644 --- a/beacon_node/beacon_chain/test_harness/src/manifest/mod.rs +++ b/beacon_node/beacon_chain/test_harness/src/manifest/mod.rs @@ -115,6 +115,8 @@ impl Manifest { info!("Test execution complete!"); + info!("Building chain dump for analysis..."); + ExecutionResult { chain: harness.chain_dump().expect("Chain dump failed."), spec: (*harness.spec).clone(),