21700: Remove arvbox special case from run-tests.sh
authorBrett Smith <brett.smith@curii.com>
Fri, 26 Apr 2024 09:39:36 +0000 (05:39 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 26 Apr 2024 09:39:36 +0000 (05:39 -0400)
This was already a noop after ed268e53d2014ce5c49301559a46e67660f1404c,
and I suspect it's no longer necessary now that we do a better job of
standardizing the Bundler version anywhere, thanks in part to the
version locking added in Bundler 2.3.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

build/run-tests.sh

index 7089fb8668d22a7184903a51a3a9b2280aef5236..13ea0946e669eebd1a8c6ce8f21855652a54d47c 100755 (executable)
@@ -492,12 +492,6 @@ setup_ruby_environment() {
     echo "Gem search path is GEM_PATH=$GEM_PATH"
     gem install --user --no-document --conservative --version '~> 2.4.0' bundler \
         || fatal 'install bundler'
-       if test -d /var/lib/arvados-arvbox/ ; then
-           # Inside arvbox, use bundler-installed binstubs.  The
-           # system bundler and rail's own bin/bundle refuse to work.
-           # I don't know why.
-           bundle=binstubs/bundle
-       fi
 }
 
 with_test_gemset() {