We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83eeb27 commit f0a5a99Copy full SHA for f0a5a99
rake_tasks/test_tasks.rake
@@ -30,7 +30,7 @@ namespace :test do
30
end
31
32
33
- # Note start Elasticsearch with the following command if Docker is not used.
+ # Note: Start Elasticsearch with the following command if Docker is not used.
34
# bin/elasticsearch -Erepositories.url.allowed_urls=http://* -Epath.repo=/tmp -Enode.attr.testattr=test
35
desc "Run rest api tests"
36
task :rest_api => ['elasticsearch:update', 'elasticsearch:wait_for_green'] do
0 commit comments