From 3f5b14498c00353e957af8ee8b79677e42199df6 Mon Sep 17 00:00:00 2001 From: Armin Date: Tue, 31 Oct 2017 16:05:48 +0100 Subject: [PATCH] MINOR: Fix Readme section on running just the Java tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0862700934c..dcb510cc107 100644 --- a/README.md +++ b/README.md @@ -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