Skip to content

Commit

Permalink
(MAINT) Update env variable to correct hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
rishijavia committed Jul 27, 2017
1 parent b4eaf1a commit ea65f16
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 ea65f16

Please sign in to comment.