summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-23 08:20:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-23 08:20:02 +0900
commit4bc09c9696a430a24f9c583668e06b4a2976025b (patch)
tree0d9f2598304511f9e75bb131c2b9efe203e745f3 /test
parentc149708018135595b2c19c5f74baf9475674f394 (diff)
Suppress verbose messages
Get rid of warnings in the parallel test. ``` unknown command: "Switch to inspect mode." ```
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_cmd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index 5940d2be0c..f2e9cfb600 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -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([