Add optional run end time override
This commit is contained in:
parent
6b8ae19ba5
commit
01124d719b
3 changed files with 12 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ impl RunInProgress {
|
|||
|
||||
Some(FinishedRun {
|
||||
run: self.run.clone(),
|
||||
end: None,
|
||||
exit_code: finished.exit_code,
|
||||
output,
|
||||
measurements: finished.measurements,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue