[DOCS] Fix REST test execution line in testing documentation

This commit is contained in:
Simon Willnauer 2015-04-19 13:56:25 +02:00
parent 22af0e627c
commit 551d16f685

View File

@ -260,7 +260,7 @@ The REST tests are run automatically when executing the maven test command. To r
REST tests use the following command:
---------------------------------------------------------------------------
mvn test -Dtests.class=org.elasticsearch.test.rest.ElasticsearchRestTests
mvn test -Dtests.filter="@Rest"
---------------------------------------------------------------------------
`ElasticsearchRestTests` is the executable test class that runs all the