瀏覽代碼

fix(tests): fix package name for debian

tags/v0.39.2
sticky-note 5 年之前
父節點
當前提交
4f75eac5fe
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. +8
    -1
      test/integration/default/controls/package_spec.rb

+ 8
- 1
test/integration/default/controls/package_spec.rb 查看文件

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

Loading…
取消
儲存