diff options
author | Jeremiah Snapp <jeremiah.snapp@gmail.com> | 2019-04-10 16:03:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 16:03:53 -0400 |
commit | 0c2be39a02445ae1c0acbe1a22cd6a2c101ba385 (patch) | |
tree | e4cfba5c7c1b3581d42a693f6eef8b6c80ca99fb | |
parent | 6df07f8b55d2e56288f8b1c0ff60a048ce376c74 (diff) | |
parent | 953192a8a75bbc01243ddcde561c3840dd288674 (diff) | |
download | chef-0c2be39a02445ae1c0acbe1a22cd6a2c101ba385.tar.gz |
Merge pull request #8353 from chef/snappj/stop-printing-environment-in-omnibus-test-script
Stop printing environment in ci/verify.bat
-rwxr-xr-x | ci/verify-chef.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat index 7160b7b2f0..d08b2c3c4e 100755 --- a/ci/verify-chef.bat +++ b/ci/verify-chef.bat @@ -82,7 +82,6 @@ IF "%PIPELINE_NAME%" == "chef-fips" ( REM ; ffi-yajl must run in c-extension mode for perf, so force it so we don't accidentally fall back to ffi set FORCE_FFI_YAJL=ext -set REM ; we should use bundler, but aren't because of a bug REM ; this should be `bundle exec rspec yadda yadda...` REM ; the bug is here: https://github.com/bundler/bundler/issues/5644 |