mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Change "p0" to "yaml" in example command (#78716)
Relates to https://github.com/elastic/elasticsearch/issues/78631 Co-authored-by: Nilanshu Vithal Rajmane <nil.rajmane@gmail.com>
This commit is contained in:
parent
e5af31678f
commit
abe0c06afd
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ A specific test case can be run with the following command:
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
./gradlew ':rest-api-spec:yamlRestTest' \
|
./gradlew ':rest-api-spec:yamlRestTest' \
|
||||||
--tests "org.elasticsearch.test.rest.ClientYamlTestSuiteIT" \
|
--tests "org.elasticsearch.test.rest.ClientYamlTestSuiteIT" \
|
||||||
-Dtests.method="test {p0=cat.segments/10_basic/Help}"
|
-Dtests.method="test {yaml=cat.segments/10_basic/Help}"
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
The YAML REST tests support all the options provided by the randomized runner, plus the following:
|
The YAML REST tests support all the options provided by the randomized runner, plus the following:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue