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

Suppress verbose messages

Get rid of warnings in the parallel test.

```
unknown command: "Switch to inspect mode."
```
This commit is contained in:
Nobuyoshi Nakada 2021-03-23 08:20:02 +09:00
parent c149708018
commit 4bc09c9696
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -378,6 +378,7 @@ module TestIRB
def test_ls
IRB.init_config(nil)
workspace = IRB::WorkSpace.new(self)
IRB.conf[:VERBOSE] = false
irb = IRB::Irb.new(workspace)
IRB.conf[:MAIN_CONTEXT] = irb.context
input = TestInputMethod.new([
@ -395,6 +396,7 @@ module TestIRB
def test_whereami
IRB.init_config(nil)
workspace = IRB::WorkSpace.new(self)
IRB.conf[:VERBOSE] = false
irb = IRB::Irb.new(workspace)
IRB.conf[:MAIN_CONTEXT] = irb.context
input = TestInputMethod.new([