Francois Gouget : testbot/TestWTBS: Tweak the message for failed TestUnits module matches.

Alexandre Julliard julliard at winehq.org
Mon Mar 1 15:28:35 CST 2021


Module: tools
Branch: master
Commit: 8103abda3cabd4f8a1079c2fb4e9553d67c7723f
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=8103abda3cabd4f8a1079c2fb4e9553d67c7723f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar  1 16:26:44 2021 +0100

testbot/TestWTBS: Tweak the message for failed TestUnits module matches.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/tests/TestWTBS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS
index 236babc..9a590cb 100755
--- a/testbot/tests/TestWTBS
+++ b/testbot/tests/TestWTBS
@@ -1204,7 +1204,7 @@ sub CheckJobTree($;$)
             $TestUnits->{$MissionType}->{$TestUnit} = 0;
             $Matched = 1;
           }
-          ok($Matched, "Check that $MissionType VMs ran $TestGrep for job $JobId")
+          ok($Matched, "Check that $MissionType VMs ran $TestGrep tests for job $JobId")
               or diag("TestUnits=", join(" ", sort keys %{$TestUnits->{$MissionType}}));
         }
         my @ExtraUnits = grep { $TestUnits->{$MissionType}->{$_} } keys %{$TestUnits->{$MissionType}};




More information about the wine-cvs mailing list