Report to stdout per default
This commit is contained in:
parent
6a935fecf0
commit
ba13408afa
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def reporter
|
||||
Mutant::Reporter::CLI.new($stderr)
|
||||
Mutant::Reporter::CLI.new($stdout)
|
||||
end
|
||||
memoize :reporter
|
||||
|
||||
|
|
Loading…
Reference in a new issue