Kaynağa Gözat

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

tags/v0.13.0
Imran Iqbal 3 yıl önce
ebeveyn
işleme
2136711a12
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 3 ekleme ve 5 silme
  1. +3
    -5
      test/integration/default/controls/base.rb

+ 3
- 5
test/integration/default/controls/base.rb Dosyayı Görüntüle

@@ -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

Yükleniyor…
İptal
Kaydet