Pārlūkot izejas kodu

fix(tests): fix package name for debian

tags/v0.39.2
sticky-note pirms 5 gadiem
vecāks
revīzija
4f75eac5fe
1 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. +8
    -1
      test/integration/default/controls/package_spec.rb

+ 8
- 1
test/integration/default/controls/package_spec.rb Parādīt failu

@@ -3,7 +3,14 @@ control 'Php package' do

pkg_name =
case os[:family]
when 'debian', 'redhat', 'fedora'
when 'debian'
case os[:name]
when 'ubuntu'
'php'
when 'debian'
'php7.0'
end
when 'redhat', 'fedora'
'php'
when 'suse'
'php5'

Notiek ielāde…
Atcelt
Saglabāt