Francois Gouget : testbot/TestAgent: Set the connection Step before entering the eval section.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 14 05:24:46 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar 14 00:09:36 2016 +0100

testbot/TestAgent: Set the connection Step before entering the eval section.

This is mostly useful in case there is a syntax error in the eval section.

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

---

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

diff --git a/testbot/lib/WineTestBot/TestAgent.pm b/testbot/lib/WineTestBot/TestAgent.pm
index 5d03a18..9d372ad 100644
--- a/testbot/lib/WineTestBot/TestAgent.pm
+++ b/testbot/lib/WineTestBot/TestAgent.pm
@@ -865,6 +865,7 @@ sub _Connect($)
   my $Step;
   foreach my $Dummy (1..$self->{cattempts})
   {
+    my $Step = "initializing";
     eval
     {
       local $SIG{ALRM} = sub { die "timeout" };




More information about the wine-cvs mailing list