From: Thierry Parmentelat Date: Tue, 25 Mar 2008 14:54:23 +0000 (+0000) Subject: oops X-Git-Tag: tests-4.2-4~170 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7645ac0013f50cbed1358c346ac0a09e95bbedad;p=tests.git oops --- diff --git a/system/TestSsh.py b/system/TestSsh.py index 4e1698b..b4668e0 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -75,7 +75,7 @@ class TestSsh: ssh_command="ssh " if self.caller.key: ssh_command += "-i %s.rsa "%(self.caller.key) - ssh_command += "`%s %s/%s"%(self.hostname(), + ssh_command += "%s %s/%s"%(self.hostname(), self.buildname, TestSsh.backslash_shell_specials(command)) return utils.system(ssh_command)