class RSpec::Core::Bisect::ShellRunner

def run_locations(*capture_args)

def run_locations(*capture_args)
  @server.capture_run_results(*capture_args) do
    run_command @shell_command.command_for([], @server)
  end
end