Skip to content

Commit 444f716

Browse files
authored
Fix typo in TESTING.asciidoc (#83120)
`-Dtest.class` should be `-Dtests.class ` in TESTING.asciidoc
1 parent 5c684c3 commit 444f716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ version 5.3.2 run:
556556
./gradlew v5.3.2#bwcTest
557557
-------------------------------------------------
558558

559-
Use -Dtest.class and -Dtests.method to run a specific bwcTest test.
559+
Use -Dtests.class and -Dtests.method to run a specific bwcTest test.
560560
For example to run a specific tests from the x-pack rolling upgrade from 7.7.0:
561561
-------------------------------------------------
562562
./gradlew :x-pack:qa:rolling-upgrade:v7.7.0#bwcTest \

0 commit comments

Comments
 (0)