Module: tools Branch: master Commit: 79c546194f92d83da849d56a02d133681f7d5e30 URL: https://source.winehq.org/git/tools.git/?a=commit;h=79c546194f92d83da849d56a...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Jan 22 17:02:45 2021 +0100
testbot/TestWTBS: Also check the build tasks.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS index e3909a2..cc3037f 100755 --- a/testbot/tests/TestWTBS +++ b/testbot/tests/TestWTBS @@ -660,7 +660,7 @@ sub CheckJobTree($) # which VMs to run the test on. if (IsMailingListJob($Job)) { - foreach my $Type ("win32", "win64", "wine") + foreach my $Type ("build", "win32", "win64", "wine") { next if (!$HasBaseVM->{$Type});