[tools 4/5] testbot/TestWTBS: Also check the build tasks.

Francois Gouget fgouget at codeweavers.com
Fri Jan 22 10:02:45 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 e3909a22d..cc3037fb7 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});
 
-- 
2.20.1




More information about the wine-devel mailing list