Francois Gouget : testbot: Set the task status to running when running.

Alexandre Julliard julliard at winehq.org
Tue Oct 24 02:39:23 CDT 2017


Module: tools
Branch: master
Commit: 4a99b2677425e91add1bb5ae1d84ccd23415a2fa
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=4a99b2677425e91add1bb5ae1d84ccd23415a2fa

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Oct 23 16:35:28 2017 +0200

testbot: Set the task status to running when running.

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

---

 testbot/lib/WineTestBot/Tasks.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index bbb5d56..32e41e4 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -110,6 +110,7 @@ sub Run($$)
   my $ErrMessage = $self->VM->Run("running", $Args, \&_SetupTask, $self);
   if (!$ErrMessage)
   {
+    $self->Status("running");
     $self->Started(time());
     my $_ErrProperty;
     ($_ErrProperty, $ErrMessage) = $self->Save();




More information about the wine-cvs mailing list