Method: RemoteRun::Runner#run

Defined in:
lib/remote_run/runner.rb

#runObject



20
21
22
23
24
25
26
# File 'lib/remote_run/runner.rb', line 20

def run
  setup_unlock_on_exit
  sync_working_copy_to_temp_location
  start_tasks
  wait_for_tasks_to_finish
  handle_results
end