From 9c9cc124195aaf1fef36f32b9dc2ade2edcaa81f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Mar 2008 14:25:11 +0000 Subject: [PATCH] 4th fix --- system/TestSsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestSsh.py b/system/TestSsh.py index 3a76a1c..71e80f9 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -71,7 +71,7 @@ class TestSsh: ssh_command="ssh " if self.caller.key: ssh_command += "-i %s.rsa "%(self.caller.key) - ssh_command += "%s/%s"%(self.buildname,TestSsh.backslash_shell_specials(command)) + ssh_command += "%s/%s"%(self.buildname(),TestSsh.backslash_shell_specials(command)) return utils.system(ssh_command) def copy (self,local_file,recursive=False): -- 2.43.0