Skip to content

Commit

Permalink
Merge pull request #1 from rishijavia/fix-rakefile
Browse files Browse the repository at this point in the history
(MAINT) Update env variable to correct hypervisor
  • Loading branch information
kevpl authored Jul 27, 2017
2 parents b4eaf1a + ea65f16 commit 11a28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace :test do

desc "Run spec tests with coverage"
RSpec::Core::RakeTask.new(:coverage) do |t|
ENV['BEAKER_TEMPLATE_COVERAGE'] = 'y'
ENV['BEAKER_OPENSTACK_COVERAGE'] = 'y'
t.rspec_opts = ['--color']
t.pattern = 'spec/'
end
Expand Down

0 comments on commit 11a28aa

Please sign in to comment.