Francois Gouget : testbot: There is no 'build' mission.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 13:59:31 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Nov 26 18:12:41 2018 +0100

testbot: There is no 'build' mission.

Build tasks need to be told what type of executable to build and thus
expect 'exe32' and/or 'exe64' missions.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/Missions.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Missions.pm b/testbot/lib/WineTestBot/Missions.pm
index dcaeb31..9761a5a 100644
--- a/testbot/lib/WineTestBot/Missions.pm
+++ b/testbot/lib/WineTestBot/Missions.pm
@@ -108,7 +108,6 @@ sub GetTaskMissionDescription($)
 
   my $Builds = $TaskMission->{Builds};
   my $Description =
-      $Builds->{build} ? "build" :
       ($Builds->{exe64} and ($Builds->{exe32} or $Builds->{exe32})) ? "32 & 64 bit executable" :
       $Builds->{exe32} ? "32 bit executable" :
       $Builds->{exe64} ? "64 bit executable" :




More information about the wine-cvs mailing list