Skip to content

Commit

Permalink
Updated Rspec to add verbose logging to track down intermittent failu…
Browse files Browse the repository at this point in the history
…res on Windows

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
John McCrae committed Mar 15, 2022
1 parent f455823 commit f73c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
RSpec::Core::RakeTask.new(sub) do |t|
puts "--- Running chef #{sub} specs"
t.verbose = false
t.rspec_opts = %w{--profile}
t.rspec_opts = %w{--profile --format doc}
t.pattern = FileList["spec/#{sub}/**/*_spec.rb"]
end
end
Expand Down

0 comments on commit f73c7cf

Please sign in to comment.