Francois Gouget : testbot: Fix the $Tunnel configuration setting prefix.
Module: tools Branch: master Commit: c9ccc6cd895aa33004f761fb9d796678370e8a4b URL: http://source.winehq.org/git/tools.git/?a=commit;h=c9ccc6cd895aa33004f761fb9... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Fri Nov 24 09:59:32 2017 +0100 testbot: Fix the $Tunnel configuration setting prefix. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/WineTestBot/ConfigLocalTemplate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/lib/WineTestBot/ConfigLocalTemplate.pl b/testbot/lib/WineTestBot/ConfigLocalTemplate.pl index 1b1a62e..6ac6b44 100644 --- a/testbot/lib/WineTestBot/ConfigLocalTemplate.pl +++ b/testbot/lib/WineTestBot/ConfigLocalTemplate.pl @@ -90,7 +90,7 @@ $WineTestBot::Config::AgentPort = undef; # - If set to an SSH URI, then tunneling is performed using these parameters. # - Any other setting disables SSH tunneling. In particular to disable # tunneling for SSH VirtURIs it is recommended to set this to 'never'. -$Tunnel = undef; +$WineTestBot::Config::Tunnel = undef; # If set this specifies the SSH tunnel parameters to be used for the # TestAgent connection. This is mostly useful for parameters that cannot be
participants (1)
-
Alexandre Julliard