mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Log to stderr when using html2 reporter
Fixes #5125 Signed-off-by: James Stocks <jstocks@chef.io>
This commit is contained in:
parent
88cdff8422
commit
d0f00cd716
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ module Inspec
|
|||
|
||||
private
|
||||
|
||||
ALL_OF_OUR_REPORTERS = %w{json json-min json-rspec json-automate junit html yaml documentation progress}.freeze # BUT WHY?!?!
|
||||
ALL_OF_OUR_REPORTERS = %w{json json-min json-rspec json-automate junit html html2 yaml documentation progress}.freeze # BUT WHY?!?!
|
||||
|
||||
def suppress_log_output?(opts)
|
||||
return false if opts["reporter"].nil?
|
||||
|
|
Loading…
Reference in a new issue