lib/testlab/support/execution.rb in testlab-1.11.7 vs lib/testlab/support/execution.rb in testlab-1.12.0
- old
+ new
@@ -9,10 +9,10 @@
# Bootstrap
#
# Renders the supplied content into a file over the SSH connection and
# executes it as the 'root' user.
def bootstrap(content, options={})
- ssh.bootstrap(content, options)
+ ssh.bootstrap(content, {:set_x => true, :set_e => true}.merge(options))
end
# Execute
#
# Executes the supplied command over the SSH connection.