Francois Gouget : testbot/TestWTBS: Tweak the message for failed TestUnits module matches.
Module: tools Branch: master Commit: 8103abda3cabd4f8a1079c2fb4e9553d67c7723f URL: https://source.winehq.org/git/tools.git/?a=commit;h=8103abda3cabd4f8a1079c2f... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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}};
participants (1)
-
Alexandre Julliard