summaryrefslogtreecommitdiff
path: root/scripts/bk_tests/bk_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bk_tests/bk_install.sh')
-rwxr-xr-xscripts/bk_tests/bk_install.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/bk_tests/bk_install.sh b/scripts/bk_tests/bk_install.sh
deleted file mode 100755
index de74af151c..0000000000
--- a/scripts/bk_tests/bk_install.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
-gem --version
-gem uninstall bundler -a -x || true
-gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
-bundle --version
-rm -f .bundle/config
-# force all .rspec tests into progress display to reduce line count
-echo --color > .rspec
-echo -fp >> .rspec