lib/kitchen/command.rb in test-kitchen-1.25.0 vs lib/kitchen/command.rb in test-kitchen-2.0.0

- old
+ new

@@ -168,10 +168,9 @@ while (instance = queue.pop) run_action_in_thread(action, instance, *args) end end end - Thread.abort_on_exception = true if options[:fail_fast] threads.map(&:join) report_errors end # private