From e729e0197a63dc3d5b49a56a706e2b8b1215a07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 9 Sep 2020 18:58:16 +0200 Subject: [PATCH] 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. --- docs/README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.asciidoc b/docs/README.asciidoc index 26892a0553f01..b17cd778b96c5 100644 --- a/docs/README.asciidoc +++ b/docs/README.asciidoc @@ -50,7 +50,7 @@ You don't have to do that. 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: