mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #5126 from james-stocks/js/issue_5125
Log to stderr when using html2 reporter
This commit is contained in:
commit
b8ca5240e8
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…
Add table
Reference in a new issue