diff options
-rw-r--r-- | doctor_tests/installer/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doctor_tests/installer/base.py b/doctor_tests/installer/base.py index 76bbeb1e..f312130a 100644 --- a/doctor_tests/installer/base.py +++ b/doctor_tests/installer/base.py @@ -63,7 +63,7 @@ class BaseInstaller(object): cmd = ("ssh -o UserKnownHostsFile=/dev/null" " -o StrictHostKeyChecking=no" " -i %s %s@%s -R %s:localhost:%s" - " sleep 600 > ssh_tunnel.%s.log" + " sleep 600 > ssh_tunnel.%s" " 2>&1 < /dev/null &" % (self.key_file, self.node_user_name, |