Skip to content

Commit 0dbe292

Browse files
committed
Suppress verbose messages in the parallel test
`:VERBOSE` flag needs to be set prior to `IRB::Irb.new`.
1 parent 7258df0 commit 0dbe292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/irb/test_cmd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ def test_show_source
398398
])
399399
IRB.init_config(nil)
400400
workspace = IRB::WorkSpace.new(self)
401-
irb = IRB::Irb.new(workspace, input)
402401
IRB.conf[:VERBOSE] = false
402+
irb = IRB::Irb.new(workspace, input)
403403
IRB.conf[:MAIN_CONTEXT] = irb.context
404404
irb.context.return_format = "=> %s\n"
405405
out, err = capture_output do

0 commit comments

Comments
 (0)