Francois Gouget : testbot: Provide a better title for Wine update tasks.

Alexandre Julliard julliard at winehq.org
Fri Nov 16 14:14:07 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Nov 16 11:14:23 2018 +0100

testbot: Provide a better title for Wine update tasks.

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

---

 testbot/lib/WineTestBot/StepsTasks.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/StepsTasks.pm b/testbot/lib/WineTestBot/StepsTasks.pm
index cfd78e5..8128bf9 100644
--- a/testbot/lib/WineTestBot/StepsTasks.pm
+++ b/testbot/lib/WineTestBot/StepsTasks.pm
@@ -70,7 +70,11 @@ sub GetTitle($)
   my ($self) = @_;
 
   my @TitleParts;
-  if ($self->Type eq "build")
+  if ($self->Type eq "reconfig")
+  {
+    push @TitleParts, "Wine update";
+  }
+  elsif ($self->Type eq "build")
   {
     push @TitleParts, "build";
   }




More information about the wine-cvs mailing list