Skip to content

Commit

Permalink
Don't get hung up on unknown host keys when running remote slaves
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Dec 31, 2009
1 parent c866aa1 commit 160ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testjour/commands/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def start_remote_slave(remote_slave)
end

def remote_slave_run_command(host, path)
"ssh #{host} testjour run:remote --in=#{path} #{configuration.run_slave_args.join(' ')} #{testjour_uri}".squeeze(" ")
"ssh -o StrictHostKeyChecking=no #{host} testjour run:remote --in=#{path} #{configuration.run_slave_args.join(' ')} #{testjour_uri}".squeeze(" ")
end

def start_slave
Expand Down

0 comments on commit 160ed95

Please sign in to comment.