[PATCH 1/2] testbot: There is no 'build' mission.

Francois Gouget fgouget at codeweavers.com
Mon Nov 26 11:12:41 CST 2018


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>
---
 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 dcaeb31d1d..9761a5a88f 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" :
-- 
2.19.1




More information about the wine-devel mailing list