respect --error-output stderr
on parallel mode
`MultiFormatter#print_exception` should respect `--error-output stderr`.
This commit is contained in:
parent
0321f2c8fe
commit
420ef906bd
@ -42,6 +42,6 @@ module MultiFormatter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def print_exception(exc, count)
|
def print_exception(exc, count)
|
||||||
print "\n#{count})\n#{exc}\n"
|
@err.print "\n#{count})\n#{exc}\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user