Skip to content

Commit

Permalink
adds config to print standard output per command execution
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Sep 19, 2024
1 parent 4d75f9e commit 120edb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aruba/features/support/aruba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

Aruba.configure do |config|
config.allow_absolute_paths = true
config.announce_stdout = true
config.announce_stderr = true
config.announce_cmd = true
end

PREFIX_CN = "vcert"
Expand Down

0 comments on commit 120edb9

Please sign in to comment.