Francois Gouget : testbot/TestWTBS: Also check the build tasks.

Alexandre Julliard julliard at winehq.org
Fri Jan 22 15:44:42 CST 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jan 22 17:02:45 2021 +0100

testbot/TestWTBS: Also check the build tasks.

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 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});
 




More information about the wine-cvs mailing list