diff options
author | Ryan Davis <ryand-ruby@zenspider.com> | 2020-03-06 20:06:50 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-16 11:57:24 -0700 |
commit | ac15d58615b79b65557b7da839703c4761a5fe77 (patch) | |
tree | c7f86b5eb06f1bcc82193d1b5b61e569b25082b3 | |
parent | 784a04aedc16f49c3770c7144ca36e2a738b21bd (diff) | |
download | chef-ac15d58615b79b65557b7da839703c4761a5fe77.tar.gz |
Trying to get buildkite output more readable / navigable.
Signed-off-by: Ryan Davis <zenspider@chef.io>
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 8 |
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 |