Skip to content

Commit

Permalink
Use documentation format, so can see what's happening
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Williams committed Mar 20, 2020
1 parent a7b2fce commit b07ce64
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 @@ -140,7 +140,7 @@ beaker_node_sets.each do |node|
args.with_defaults(:version => '6.8.6', :filter => nil)
task.pattern = 'spec/acceptance/tests/acceptance_spec.rb'
task.rspec_opts = []
task.rspec_opts << '--format documentation' if ENV['CI'].nil?
task.rspec_opts << '--format documentation'
task.rspec_opts << "--example '#{args[:filter]}'" if args[:filter]
ENV['ELASTICSEARCH_VERSION'] ||= args[:version]
Rake::Task['artifact:fetch'].invoke(ENV['ELASTICSEARCH_VERSION'])
Expand Down

0 comments on commit b07ce64

Please sign in to comment.