This commit is contained in:
amartynov 2015-08-19 20:33:14 +03:00
parent 065e93d409
commit 8e3c277976

View File

@ -115,7 +115,7 @@ module Devops
@out.flush
i = 0
cmd = "ssh -i #{cert_path} -q #{@server.remote_user}@#{ip} 'exit'"
out << "Test command: '#{cmd}'\n"
@out << "Test command: '#{cmd}'\n"
cmd << " 2>&1"
begin
sleep(5)