forked from lix-project/hydra
Use the same start/stop time for the build steps as for the build
This commit is contained in:
parent
f037a318e3
commit
a2491f76a4
|
@ -71,8 +71,8 @@ sub failDependents {
|
|||
, drvpath => $drvPath
|
||||
, busy => 0
|
||||
, status => $status
|
||||
, starttime => time
|
||||
, stoptime => time
|
||||
, starttime => $time
|
||||
, stoptime => $time
|
||||
, errormsg => $errorMsg
|
||||
});
|
||||
addBuildStepOutputs($step);
|
||||
|
|
Loading…
Reference in a new issue