[tools] testbot/TestWTBS: Fix a typo in the TestUnits check.

Francois Gouget fgouget at codeweavers.com
Thu Jan 21 04:16:22 CST 2021


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

diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS
index b4460b81..e8d8f3f6 100755
--- a/testbot/tests/TestWTBS
+++ b/testbot/tests/TestWTBS
@@ -652,7 +652,7 @@ sub CheckJobTree($)
       {
         foreach my $TestUnit (split / +/, $TypeInfo->{TestUnits})
         {
-          ok($TestUnits->{$Type}->{$TestUnit}, "Check that $TestUnit was tested by $Type VMs for job ". $Job->Id) or
+          ok($TestUnits->{$Type}->{$TestUnit}, "Check that $TestUnit was tested by $Type VMs for job ". $Job->Id)
               or diag("TestUnits=", join(" ", sort keys %{$TestUnits->{$Type}}));
         }
       }
-- 
2.20.1




More information about the wine-devel mailing list