[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-cvs
Subject:    =?UTF-8?Q?Francois_Gouget_=3A_testbot/WineRun*=3A_Trace_the_disconnection?= =?UTF-8?Q?_in_all_WineRu
From:       Alexandre Julliard <julliard () winehq ! org>
Date:       2019-12-30 21:58:20
Message-ID: E1im33M-0003Wc-G1 () winehq ! org
[Download RAW message or body]

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

Author: Francois Gouget <fgouget@codeweavers.com>
Date:   Mon Dec 30 00:46:28 2019 +0100

testbot/WineRun*: Trace the disconnection in all WineRun* scripts.

It was already present in WineRunWineTest. There is no reason for it to
be the exception.

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

---

 testbot/bin/WineRunBuild.pl    | 2 ++
 testbot/bin/WineRunReconfig.pl | 1 +
 testbot/bin/WineRunTask.pl     | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index ccbba3b..f33b7bd 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -491,6 +491,8 @@ foreach my $TestInfo (values %{$Impacts->{Tests}})
     }
   }
 }
+
+Debug(Elapsed($Start), " Disconnecting\n");
 $TA->Disconnect();
 
 
diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl
index 5c63913..78abce3 100755
--- a/testbot/bin/WineRunReconfig.pl
+++ b/testbot/bin/WineRunReconfig.pl
@@ -507,6 +507,7 @@ if ($NewStatus eq "completed")
   }
 }
 
+Debug(Elapsed($Start), " Disconnecting\n");
 $TA->Disconnect();
 
 
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index a324265..6a30de3 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -582,6 +582,8 @@ elsif (!defined $TAError)
 {
   $TAError = "An error occurred while retrieving $RptFileName: ". $TA->GetLastError();
 }
+
+Debug(Elapsed($Start), " Disconnecting\n");
 $TA->Disconnect();
 
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic