Skip to content

Commit

Permalink
respect --error-output stderr on parallel mode
Browse files Browse the repository at this point in the history
`MultiFormatter#print_exception` should respect `--error-output stderr`.
  • Loading branch information
ko1 authored and andrykonchin committed Jul 1, 2024
1 parent 1045067 commit 5354a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mspec/runner/formatters/multi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def aggregate_results(files)
end

def print_exception(exc, count)
print "\n#{count})\n#{exc}\n"
@err.print "\n#{count})\n#{exc}\n"
end
end

0 comments on commit 5354a40

Please sign in to comment.