mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
Add info log when building test_harness chain dump
It helps people know why they're waiting
This commit is contained in:
parent
e2dd753f05
commit
9156aa2203
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user