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
, busy => 0
, status => $status
, starttime => time
, stoptime => time
, starttime => $time
, stoptime => $time
, errormsg => $errorMsg
});
addBuildStepOutputs($step);