Skip to content

Commit

Permalink
DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jul 9, 2023
1 parent 6fed7cb commit 4a65fd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
end
end

shell('journalctl -u caddy')

it 'runs without changes' do

Check failure on line 16 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

class caddy: with defaults: runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 16 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 8

class caddy: with defaults: runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 16 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 10

class caddy: with defaults: runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 16 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 18.04

class caddy: with defaults: runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false
apply_manifest(pp, catch_failures: true) do |r|
expect(r.exit_code).to be_zero
Expand Down

0 comments on commit 4a65fd4

Please sign in to comment.