From 7645ac0013f50cbed1358c346ac0a09e95bbedad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Mar 2008 14:54:23 +0000 Subject: [PATCH] oops --- system/TestSsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0