From: Peter Amstutz Date: Mon, 7 Feb 2022 18:51:16 +0000 (-0500) Subject: 18657: Be less picky about where bundle is installed X-Git-Tag: 2.4.0~94^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/32c9d4466e043cbf8133df61d3c4b4b41d67242b 18657: Be less picky about where bundle is installed Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/build/run-tests.sh b/build/run-tests.sh index 9cd38784b9..5eb439441b 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -544,7 +544,7 @@ setup_ruby_environment() { echo "Will install dependencies to $(gem env gemdir)" echo "Will install bundler and arvados gems to $tmpdir_gem_home" echo "Gem search path is GEM_PATH=$GEM_PATH" - bundle="$tmpdir_gem_home/bin/bundle" + bundle="bundle" ( export HOME=$GEMHOME bundlers="$(gem list --details bundler)"