Add optional run end time override

This commit is contained in:
Joscha 2023-08-14 14:15:38 +02:00
parent 6b8ae19ba5
commit 01124d719b
3 changed files with 12 additions and 1 deletions

View file

@ -97,6 +97,7 @@ impl RunInProgress {
Some(FinishedRun {
run: self.run.clone(),
end: None,
exit_code: finished.exit_code,
output,
measurements: finished.measurements,