Method: Kitchen::Verifier::Shell#run_command

Defined in:
lib/kitchen/verifier/shell.rb

#run_commandObject

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