Skip to content

Commit

Permalink
Suppress verbose messages
Browse files Browse the repository at this point in the history
Get rid of warnings in the parallel test.

```
unknown command: "Switch to inspect mode."
```
  • Loading branch information
nobu committed Mar 22, 2021
1 parent c149708 commit 4bc09c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/irb/test_cmd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def test_irb_load
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([
Expand All @@ -395,6 +396,7 @@ def test_ls
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([
Expand Down

0 comments on commit 4bc09c9

Please sign in to comment.