We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1df545 commit 2971040Copy full SHA for 2971040
elasticsearch-xpack/Rakefile
@@ -43,11 +43,7 @@ namespace :test do
43
end
44
45
desc "Run integration tests"
46
- task :integration do
47
- sh <<-COMMAND
48
- bundle exec ruby -I ../elasticsearch/lib:../elasticsearch-transport/lib:../elasticsearch-api/lib:./lib:./test test/integration/yaml_test_runner.rb
49
- COMMAND
50
- end
+ task :integration
51
52
desc "Run Elasticsearch with X-Pack installed (Docker)"
53
task :elasticsearch do
0 commit comments