# File lib/relevance/tarantula/crawler.rb, line 140
      def make_result(options)
        defaults = {
          :log       => grab_log!,
          :test_name => test_name      
        }
        Result.new(defaults.merge(options)).freeze
      end