1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Silent the noise created when building Context in tests

https://github.com/ruby/irb/commit/27e4274b3c
This commit is contained in:
Stan Lo 2022-11-04 17:53:10 +00:00 committed by git
parent b169d78c88
commit 367c072ac6

View file

@ -721,6 +721,7 @@ module TestIRB
end
end
IRB.conf[:VERBOSE] = false
IRB::Context.new(nil, workspace)
end
end