print ruby version in tests

This commit is contained in:
HoneyryderChuck 2023-03-29 00:12:19 +01:00
parent 64903fca4e
commit ea61cce815

View File

@ -5,6 +5,8 @@ set -e
export LANG=C.UTF-8
export LANGUAGE=C.UTF-8
ruby --version
RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
RUBY_ENGINE=`ruby -e 'puts RUBY_ENGINE'`
IPTABLES=iptables-translate