Skip to content

Commit

Permalink
Print worker crash reports in red
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Dec 5, 2024
1 parent 7ce3d91 commit ac35fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/lib/minitest/queue/build_status_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def report
end

build.worker_errors.to_a.sort.each do |worker_id, error|
puts yellow("Worker #{worker_id } crashed")
puts red("Worker #{worker_id } crashed")
puts error
puts ""
end
Expand Down

0 comments on commit ac35fc6

Please sign in to comment.