summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-04-12 14:58:09 -0400
committerJaymala Sinha <jsinha@chef.io>2019-04-12 22:28:57 -0400
commit7a35887101adc2301b541c10eaba5b955fee9822 (patch)
treeeae9b0281ec177fa8c24c9650f9244322b7637eb /scripts
parent04a7bc8fc98d456e4b9eed2d42713b6577ea628b (diff)
downloadchef-7a35887101adc2301b541c10eaba5b955fee9822.tar.gz
Add more verification tests
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/bk_tests/bk_install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_install.sh b/scripts/bk_tests/bk_install.sh
index 87b6f61ff3..de74af151c 100644..100755
--- a/scripts/bk_tests/bk_install.sh
+++ b/scripts/bk_tests/bk_install.sh
@@ -4,7 +4,6 @@ gem uninstall bundler -a -x || true
gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
bundle --version
rm -f .bundle/config
-bundle install --without ci docgen guard integration maintenance omnibus_package --frozen
# force all .rspec tests into progress display to reduce line count
echo --color > .rspec
echo -fp >> .rspec