Skip to content

Commit

Permalink
Add Reline::VERSION to acceptance test debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Jan 5, 2024
1 parent e26428c commit 878edb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/acceptance/acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
rescue NameError
'not availabe'
end}
Reline::VERSION: #{begin
Reline::VERSION
rescue NameError
'not available'
end}
ENV['SHELL']: #{ENV['SHELL']}
ENV['TERM']: #{ENV['TERM']}
ENV['TERM_PROGRAM']: #{ENV['TERM_PROGRAM']}
Expand Down

0 comments on commit 878edb5

Please sign in to comment.