Skip to content

Commit

Permalink
Merge pull request #1302 from pabelanger/temp/testing
Browse files Browse the repository at this point in the history
Limit fastcgi testing to Debian osfamily
  • Loading branch information
bmjen committed Dec 16, 2015
2 parents 963597d + aae1a66 commit 791c20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1325,9 +1325,9 @@ class { 'apache': }
end
end

# So what does this work on?
# Skip Centos-7 not fastcgi packaging
if default['platform'] !~ /^(debian-(6|7)|el-(5|6))/
# Limit testing to Debian, since Centos does not have fastcgi package.
case fact('osfamily')
when 'Debian'
describe 'fastcgi' do
it 'applies cleanly' do
pp = <<-EOS
Expand Down

0 comments on commit 791c20f

Please sign in to comment.