Use the same start/stop time for the build steps as for the build
This commit is contained in:
@ -71,8 +71,8 @@ sub failDependents {
|
||||
, drvpath => $drvPath
|
||||
, busy => 0
|
||||
, status => $status
|
||||
, starttime => time
|
||||
, stoptime => time
|
||||
, starttime => $time
|
||||
, stoptime => $time
|
||||
, errormsg => $errorMsg
|
||||
});
|
||||
addBuildStepOutputs($step);
|
||||
|
Reference in New Issue
Block a user