Method: Kitchen::Verifier::Shell#run_command
- Defined in:
- lib/kitchen/verifier/shell.rb
#run_command ⇒ Object
for legacy drivers.
54 55 56 57 58 59 60 61 |
# File 'lib/kitchen/verifier/shell.rb', line 54 def run_command if config[:remote_exec] config[:command] else shellout nil end end |