Document running individual tests. (#741)

Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
Daniel Doubrovkine (dB.) 2021-06-03 15:12:30 -04:00 committed by GitHub
parent da78b889c8
commit 3c92080ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ Note that this will also run the unit tests and precommit tasks first. If you wa
./gradlew internalClusterTest
To run a specific set of tests.
./gradlew :server:internalClusterTest --tests "org.opensearch.common.settings.FallbackSettingsIT.*"
If you want to just run the precommit checks:
./gradlew precommit