]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
sg-report-host-history: Show "running" jobs as "incomplete"
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 17 Jun 2015 16:35:50 +0000 (17:35 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 18 Jun 2015 15:31:04 +0000 (16:31 +0100)
Since they may in fact be abandoned.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-host-history

index cd9ec61237691b23ef9486ed59a6065bbd533f75..ad9f2484b065da3731dc1a3bac604a9c735f8639 100755 (executable)
@@ -218,7 +218,7 @@ END
                print H "<td>", (show_abs_time $ar->{finished}), "</td>";
            } elsif ($ar->{status} eq 'running') {
                print H "<td bgcolor=\"$blue\">$ar->{testid}</td>";
-               print H "<td>$ar->{status}</td>";
+               print H "<td>(incomplete)</td>";
            } else {
                print H "<td bgcolor=\"$red\">$ar->{testid}</td>";
                print H "<td>$ar->{status}</td>";