diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-27 15:50:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 15:50:05 -0700 |
commit | 567041d08093f2549a00e65db98871888d8e296e (patch) | |
tree | 13b6a1852b05bde8859af58738137a5ca9dcf45a /chef-utils | |
parent | c10ba533d33c4ccb18cde6332bca16b2dd7d7edf (diff) | |
parent | 75730dec1e797d23356c20c81a7566ac6e52c368 (diff) | |
download | chef-567041d08093f2549a00e65db98871888d8e296e.tar.gz |
Merge pull request #9751 from chef/lcg/chef-16-logging-fixed
Rework logging to resolve STDOUT / log_location issues
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-utils/Rakefile b/chef-utils/Rakefile index df2f59e298..4bb4605e0c 100644 --- a/chef-utils/Rakefile +++ b/chef-utils/Rakefile @@ -6,6 +6,7 @@ begin require "rspec/core/rake_task" desc "Run standard specs" RSpec::Core::RakeTask.new(:spec) do |t| + t.verbose = false t.pattern = FileList["spec/**/*_spec.rb"] end rescue LoadError |