ソースを参照

test(base): re-enable Arch Linux test (possible due to `cron-formula`)

tags/v0.13.0
Imran Iqbal 3年前
コミット
2136711a12
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加5行の削除
  1. +3
    -5
      test/integration/default/controls/base.rb

+ 3
- 5
test/integration/default/controls/base.rb ファイルの表示

@@ -43,12 +43,10 @@ end
control 'logrotate.service.running' do
title 'The service should be installed, enabled and running'

only_if('Disabled on Arch Linux') do
!%w[arch].include?(platform[:name])
end

service =
case platform[:family]
case system.platform[:family]
when 'arch'
'cronie'
when 'redhat', 'fedora'
'crond'
else

読み込み中…
キャンセル
保存