Module: tools Branch: master Commit: 0f24742aa6f0e94e7994f769de8ed40dd633bbd3 URL: http://source.winehq.org/git/tools.git/?a=commit;h=0f24742aa6f0e94e7994f769d...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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" };