[1/3] testbot/web: Don't report 'offline VMs' if it's only retired and deleted VMs.

Francois Gouget fgouget at codeweavers.com
Wed Mar 27 05:13:21 CDT 2013


The Status is irrelevant for retired and deleted VMs.
---
 testbot/web/index.pl |    1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/web/index.pl b/testbot/web/index.pl
index 59bf16a..94d8254 100644
--- a/testbot/web/index.pl
+++ b/testbot/web/index.pl
@@ -236,6 +236,7 @@ sub GenerateBody
   
   print "<div class='GeneralStatusItem'>";
   my $VMs = CreateVMs();
+  $VMs->FilterEnabledRole();
   $VMs->AddFilter("Status", ["offline"]);
   if ($VMs->IsEmpty())
   {
-- 
1.7.10.4




More information about the wine-patches mailing list