summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 20:49:57 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-06 20:49:57 -0800
commit7e6020c511fd92afef8f714426e52049db3fb133 (patch)
tree6931ce678594717494198e71159056bfcd15e4a3
parentd74de139f9819114309c07696f369e62ea78e0d5 (diff)
downloadchef-7e6020c511fd92afef8f714426e52049db3fb133.tar.gz
More folding
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh
index d792e440d7..7950a2e098 100755
--- a/scripts/bk_tests/bk_container_prep.sh
+++ b/scripts/bk_tests/bk_container_prep.sh
@@ -8,7 +8,7 @@ if [ -f /etc/debian_version ]; then
fi
# make sure we have the omnibus_overrides specified version of rubygems / bundler
-echo "--- install proper rubygems / bundler"
+echo "--- Install proper rubygems / bundler"
gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
gem --version
gem uninstall bundler -a -x || true
@@ -19,3 +19,5 @@ rm -f .bundle/config
# force all .rspec tests into progress display to reduce line count
echo --color > .rspec
echo -fp >> .rspec
+
+echo "--- Run tests" \ No newline at end of file