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:
parent
c149708018
commit
4bc09c9696
1 changed files with 2 additions and 0 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue