summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2020-03-06 20:06:50 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-16 15:50:05 -0700
commit9cbaf2de27bf5e58ae69fd6f6eeaa1f4a36d6686 (patch)
tree6076989f860de5601a982ba1e3a4393e6b25d106
parent911047a31140f46a972804b1ba177eaa40773b7c (diff)
downloadchef-9cbaf2de27bf5e58ae69fd6f6eeaa1f4a36d6686.tar.gz
Trying to get buildkite output more readable / navigable.
Signed-off-by: Ryan Davis <zenspider@chef.io>
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh
index bc98c237ad..8c3bda15e0 100755
--- a/scripts/bk_tests/bk_container_prep.sh
+++ b/scripts/bk_tests/bk_container_prep.sh
@@ -1,5 +1,7 @@
# This script gets a container ready to run our various tests in BuildKite
+echo "--- preparing..."
+
export FORCE_FFI_YAJL="ext"
export CHEF_LICENSE="accept-no-persist"
export BUNDLE_GEMFILE="/workdir/Gemfile"
@@ -18,8 +20,4 @@ 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
-
-echo "--- Run tests" \ No newline at end of file
+echo +++ testing