Skip to content

Commit

Permalink
DELETE ME
Browse files Browse the repository at this point in the history
Attempt to dig into serverspec internals for the various failures.
  • Loading branch information
smortex committed Apr 16, 2024
1 parent edf27ca commit 22d05a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/utf8_encoding_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class { 'postgresql::server': }
export_locales('en_NG.UTF8')
idempotent_apply(pp, debug: true)
puts '-------------------------------'
pp os
puts '-------------------------------'
puts LitmusHelper.instance.run_shell('ss -lntp').stdout
puts '-------------------------------'
puts LitmusHelper.instance.run_shell('journalctl -u postgresql').stdout
Expand Down

0 comments on commit 22d05a5

Please sign in to comment.