Add info log when building test_harness chain dump

It helps people know why they're waiting
This commit is contained in:
Paul Hauner 2019-03-02 20:20:06 +11:00
parent e2dd753f05
commit 9156aa2203
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -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(),