Correct command for docs snippets test (#62182)

The command for running individual test seems outdated. Using `integTestRunner`
produces an error while `integTest` seems to work.
This commit is contained in:
Christoph Büscher 2020-09-09 18:58:16 +02:00
parent 7696b39807
commit 885051fc14
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ See: https://github.com/elastic/docs
Snippets marked with `[source,console]` are automatically annotated with
"VIEW IN CONSOLE" and "COPY AS CURL" in the documentation and are automatically
tested by the command `./gradlew -pdocs check`. To test just the docs from a
single page, use e.g. `./gradlew -pdocs integTestRunner --tests "\*rollover*"`.
single page, use e.g. `./gradlew -pdocs integTest --tests "\*rollover*"`.
By default each `[source,console]` snippet runs as its own isolated test. You
can manipulate the test execution in the following ways: