Module: tools Branch: master Commit: aff94c5f5cd7704f7f6a9fd6c1f9d9a3b7a26ac3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=aff94c5f5cd7704f7f6a9fd6...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 1 16:26:28 2021 +0100
testbot/TestWTBS: Don't report failed test unit matches twice.
If a module:unit entry did not match, it's certainly not going to match as a module name.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 1 + 1 file changed, 1 insertion(+)
diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS index 85eb0e8..236babc 100755 --- a/testbot/tests/TestWTBS +++ b/testbot/tests/TestWTBS @@ -1195,6 +1195,7 @@ sub CheckJobTree($;$) } fail("Check that $MissionType VMs ran $TestGrep for job $JobId") or diag("TestUnits=", join(" ", sort keys %{$TestUnits->{$MissionType}})); + next; } my $Matched; foreach my $TestUnit (keys %{$TestUnits->{$MissionType}})