소스 검색

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.
Christoph Büscher 5 년 전
부모
커밋
e729e0197a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/README.asciidoc

+ 1 - 1
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: