Since they may in fact be abandoned.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to