Skip to content

Commit

Permalink
Disable pager in eval_history test (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Dec 3, 2023
1 parent 1939139 commit ee85e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/irb/test_eval_history.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def execute_lines(*lines, conf: {}, main: self, irb_path: nil)
IRB.init_config(nil)
IRB.conf[:VERBOSE] = false
IRB.conf[:PROMPT_MODE] = :SIMPLE
IRB.conf[:USE_PAGER] = false
IRB.conf.merge!(conf)
input = TestInputMethod.new(lines)
irb = IRB::Irb.new(IRB::WorkSpace.new(main), input)
Expand Down

0 comments on commit ee85e84

Please sign in to comment.