mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Add info log when building test_harness chain dump
It helps people know why they're waiting
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user