mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-06 03:57:56 +00:00
Add the step path to the failure logs
This commit is contained in:
@@ -353,7 +353,8 @@ where
|
||||
.execute_account_allocation(step_path, step.as_ref())
|
||||
.await
|
||||
.context("Account Allocation Step Failed"),
|
||||
}?;
|
||||
}
|
||||
.context(format!("Failure on step {step_path}"))?;
|
||||
self.steps_executed += steps_executed;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user