From: Thierry Parmentelat Date: Tue, 25 Mar 2008 14:25:11 +0000 (+0000) Subject: 4th fix X-Git-Tag: tests-4.2-4~174 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9c9cc124195aaf1fef36f32b9dc2ade2edcaa81f;p=tests.git 4th fix --- 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):