[tools] testbot/web: Tweak the Activity page VMs iteration.

Francois Gouget fgouget at codeweavers.com
Tue Apr 26 12:32:53 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Activity.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index ffdf0fef6..adf5a4525 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -158,7 +158,7 @@ sub GenerateBody($)
       print "<td class='Record'> </td>";
     }
 
-    foreach my $Col (0.. at SortedVMs-1)
+    foreach my $Col (0..$#SortedVMs)
     {
       my $VM = $SortedVMs[$Col];
       my $VMStatus = $Group->{statusvms}->{$VM->Name};
-- 
2.30.2




More information about the wine-devel mailing list