Skip to content

Commit

Permalink
Tweak patterns used to invoke opentelemetry specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Jun 25, 2021
1 parent 268128c commit d185617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace :spec do
RSpec::Core::RakeTask.new(:main) do |t, args|
t.pattern = 'spec/**/*_spec.rb'
t.exclude_pattern = 'spec/**/{contrib,benchmark,redis,opentracer,opentelemetry,auto_instrument}/**/*_spec.rb,'\
' spec/**/auto_instrument_spec.rb,spec/**/profiling/**/opentelemetry_spec.rb'
' spec/**/auto_instrument_spec.rb,spec/**/profiling/**/**opentelemetry**_spec.rb'
t.rspec_opts = args.to_a.join(' ')
end

Expand Down Expand Up @@ -69,7 +69,7 @@ namespace :spec do
end

RSpec::Core::RakeTask.new(:'profiling-opentelemetry') do |t, args|
t.pattern = 'spec/**/profiling/**/opentelemetry_spec.rb'
t.pattern = 'spec/**/profiling/**/**opentelemetry**_spec.rb'
t.rspec_opts = args.to_a.join(' ')
end

Expand Down

0 comments on commit d185617

Please sign in to comment.