This commit is contained in:
Eelco Dolstra 2016-03-10 16:46:15 +01:00
parent 60e7930d2b
commit 5535bc28ca

View file

@ -172,7 +172,7 @@ State::StepResult State::doBuildStep(nix::ref<Store> destStore, Step::ptr step,
auto mc = startDbUpdate();
pqxx::work txn(*conn);
finishBuildStep(txn, result.startTime, result.stopTime, result.overhead, build->id,
stepNr, machine->sshName, bsAborted, result.errorMsg);
stepNr, machine->sshName, result.stepStatus, result.errorMsg);
txn.commit();
if (quit) exit(1);
return sRetry;