Skip to content

Commit

Permalink
Fix acceptance tests from #648
Browse files Browse the repository at this point in the history
Missed Lucid the first time.
  • Loading branch information
Colleen Murphy committed Jan 27, 2015
1 parent d5defe2 commit 551d22f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/acceptance/types/mysql_plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@
plugin_lib = 'ha_example.so'
end
elsif fact('operatingsystem') =~ /Ubuntu/
if fact('operatingsystemrelease') =~ /^10\.04/
# Only available plugin is innodb which is already loaded and not unload- or reload-able
plugin = nil
else
plugin = 'example'
plugin_lib = 'ha_example.so'
end
end
elsif fact('osfamily') =~ /Suse/
plugin = nil # Plugin library path is broken on Suse http://lists.opensuse.org/opensuse-bugs/2013-08/msg01123.html
Expand Down

0 comments on commit 551d22f

Please sign in to comment.