|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 23/25] sg-report-host-history: Show "running" jobs as "incomplete"
Since they may in fact be abandoned.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
sg-report-host-history | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sg-report-host-history b/sg-report-host-history
index cd9ec61..ad9f248 100755
--- a/sg-report-host-history
+++ b/sg-report-host-history
@@ -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>";
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |