From ea65f168bcbc58aea46f4f0a8c228f03ac3cc31c Mon Sep 17 00:00:00 2001 From: Rishi Javia Date: Wed, 26 Jul 2017 19:11:58 -0700 Subject: [PATCH] (MAINT) Update env variable to correct hypervisor --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2aebf8e..01d15fd 100644 --- a/Rakefile +++ b/Rakefile @@ -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