From 7440fc3eb4ee6409f2204523c8c9875d8e80a208 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 28 Oct 2022 16:32:36 +0900 Subject: [ruby/irb] Suppress "switching inspect mode" messages https://github.com/ruby/irb/commit/565eeb3c19 --- test/irb/test_cmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb index 1739bc293d..e330aa3a44 100644 --- a/test/irb/test_cmd.rb +++ b/test/irb/test_cmd.rb @@ -415,6 +415,7 @@ module TestIRB "\n", ]) IRB.conf[:PROMPT_MODE] = :SIMPLE + IRB.conf[:VERBOSE] = false irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) out, _ = capture_output do irb.eval_input @@ -436,6 +437,7 @@ module TestIRB "\n", ]) IRB.conf[:PROMPT_MODE] = :SIMPLE + IRB.conf[:VERBOSE] = false irb = IRB::Irb.new(IRB::WorkSpace.new(self), input) out, _ = capture_output do IRB::TestHelper.without_rdoc do -- cgit v1.2.3