Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Breaking] Modify ShellOut#run_command to take an options Hash. #73

Merged
merged 1 commit into from
Mar 23, 2013

Conversation

fnichol
Copy link
Contributor

@fnichol fnichol commented Mar 23, 2013

This will allow users of the method to pass additional configuration to
the shelled out command such as environment variables, current working
director, customized timeout value, etc.

This mixin module (Kitchen::ShellOut) is used internally and exposed to
Driver implementors as #run_command in all Driver::Base subclasses.

This will allow users of the method to pass additional configuration to
the shelled out command such as environment variables, current working
director, customized timeout value, etc.

This mixin module (Kitchen::ShellOut) is used internally and exposed to
Driver implementors as `#run_command` in all `Driver::Base` subclasses.
fnichol added a commit that referenced this pull request Mar 23, 2013
[Breaking] Modify ShellOut#run_command to take an options Hash.
@fnichol fnichol merged commit f6ec320 into 1.0 Mar 23, 2013
@fnichol fnichol deleted the run-command-with-hash-options branch March 23, 2013 01:45
@test-kitchen test-kitchen locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant