mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
[DOCS] clarify command to run REST tests only
Rest tests are now part of the verify goal, thus if we only want to execute those we need to skip unit tests, otherwise we'll get an error saying that the test phase completed without running any tests.
This commit is contained in:
parent
1b461a7f9d
commit
ae73979e4b
@ -273,7 +273,7 @@ The REST tests are run automatically when executing the maven test command. To r
|
||||
REST tests use the following command:
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
mvn verify -Dtests.filter="@Rest"
|
||||
mvn verify -Dtests.filter="@Rest" -Dskip.unit.tests=true
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
`RestNIT` are the executable test classes that runs all the
|
||||
|
Loading…
x
Reference in New Issue
Block a user