Use the same start/stop time for the build steps as for the build

This commit is contained in:
Eelco Dolstra 2013-09-25 00:59:38 +02:00
parent f037a318e3
commit a2491f76a4

View file

@ -71,8 +71,8 @@ sub failDependents {
, drvpath => $drvPath , drvpath => $drvPath
, busy => 0 , busy => 0
, status => $status , status => $status
, starttime => time , starttime => $time
, stoptime => time , stoptime => $time
, errormsg => $errorMsg , errormsg => $errorMsg
}); });
addBuildStepOutputs($step); addBuildStepOutputs($step);