Skip to content

Commit e26e90e

Browse files
committed
Suppress "Switch to inspect mode" messages
This message is displayed if STDIN is not a tty. The parallel test is the case.
1 parent ef77c23 commit e26e90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_completion.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def setup
271271
save_encodings
272272
@verbose, $VERBOSE = $VERBOSE, nil
273273
IRB.init_config(nil)
274+
IRB.conf[:VERBOSE] = false
274275
IRB.conf[:MAIN_CONTEXT] = IRB::Context.new(IRB::WorkSpace.new(binding))
275276
end
276277

0 commit comments

Comments
 (0)