From abe0c06afd92ba89a3c110d4fbec6a85ec06c377 Mon Sep 17 00:00:00 2001 From: Nilanshu V Rajmane Date: Wed, 6 Oct 2021 02:56:15 +0530 Subject: [PATCH] [DOCS] Change "p0" to "yaml" in example command (#78716) Relates to https://github.com/elastic/elasticsearch/issues/78631 Co-authored-by: Nilanshu Vithal Rajmane --- TESTING.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 908dbeec36fd..038d447e3ffe 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -324,7 +324,7 @@ A specific test case can be run with the following command: --------------------------------------------------------------------------- ./gradlew ':rest-api-spec:yamlRestTest' \ --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: