From de71d5b622fe0a400cf999987acf9811c15fb212 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Mar 2016 16:42:36 +0100 Subject: [PATCH] Fix showing machine name for aborted build steps --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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