diff --git a/src/root/build.tt b/src/root/build.tt index 8c233e3e..54532bce 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -49,7 +49,7 @@ FOR step IN steps; IF step.busy; busy = 1; END; END; INCLUDE renderDuration duration = curTime - step.starttime; END %] - [% IF step.busy == 1 || ((step.machine || step.starttime) && (step.status == 0 || step.status == 1 || step.status == 4 || step.status == 7)); INCLUDE renderMachineName machine=step.machine; ELSE; "n/a"; END %] + [% IF step.busy == 1 || ((step.machine || step.starttime) && (step.status == 0 || step.status == 1 || step.status == 3 || step.status == 7)); INCLUDE renderMachineName machine=step.machine; ELSE; "n/a"; END %] [% IF step.busy == 1 %] Building