MINOR: Fix Readme section on running just the Java tests

Fixes #8554
This commit is contained in:
Armin 2017-10-31 16:05:48 +01:00 committed by Armin Braun
parent 662b839f55
commit f1837ddb4c

View file

@ -141,7 +141,7 @@ Most of the unit tests in Logstash are written using [rspec](http://rspec.info/)
3- To run the subset of tests covering the Java codebase only run:
./gradlew test
./gradlew javaTests
### Plugins tests