From 878edb55f22cc93a70002083c082cac6ca548c36 Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Jr Date: Sun, 31 Dec 2023 19:52:55 -0300 Subject: [PATCH] Add Reline::VERSION to acceptance test debug info --- test/acceptance/acceptance.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/acceptance/acceptance.rb b/test/acceptance/acceptance.rb index 508b0f65..ae2113a2 100644 --- a/test/acceptance/acceptance.rb +++ b/test/acceptance/acceptance.rb @@ -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']}