summaryrefslogtreecommitdiff
path: root/TESTING.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING.asciidoc')
-rw-r--r--TESTING.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING.asciidoc b/TESTING.asciidoc
index 68740c2b42..c1b17e7b31 100644
--- a/TESTING.asciidoc
+++ b/TESTING.asciidoc
@@ -44,7 +44,7 @@ In order to run Elasticsearch from source without building a package, you can
run it using Maven:
-------------------------------------
-./run.sh
+gradle run
-------------------------------------
=== Test case filtering.
@@ -455,5 +455,5 @@ mvn -Dtests.coverage verify jacoco:report
== Debugging from an IDE
-If you want to run elasticsearch from your IDE, you should execute ./run.sh
+If you want to run elasticsearch from your IDE, you should execute gradle run
It opens a remote debugging port that you can connect with your IDE.