[Tools] testbot: Set the task status to running when running.

Francois Gouget <[email protected]>
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <E1e6dpA-0003Fu-8T@amboise>
Signed-off-by: Francois Gouget <[email protected]>
---
 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 bbb5d568..32e41e43 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();
-- 
2.14.2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.