Procházet zdrojové kódy

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

tags/v0.13.0
Imran Iqbal před 2 roky
rodič
revize
2136711a12
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 3 přidání a 5 odebrání
  1. +3
    -5
      test/integration/default/controls/base.rb

+ 3
- 5
test/integration/default/controls/base.rb Zobrazit soubor

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

Načítá se…
Zrušit
Uložit