Add blurb about --data-dir to TESTING.asciidoc (#58963)

This used to be -Dtests.es.path.data=/whatever but changed some time in the past, this updates it
so that it references the correct method.
This commit is contained in:
Lee Hinman 2020-07-07 15:39:21 -06:00 committed by Lee Hinman
parent b832fe30ab
commit 01fb7272bb
1 changed files with 4 additions and 1 deletions

View File

@ -83,7 +83,10 @@ password: `elastic-password`.
==== Other useful arguments
In order to start a node with a different max heap space add: `-Dtests.heap.size=4G`
In order to disable annotations add: `-Dtests.asserts=false`
In order to disable assertions add: `-Dtests.asserts=false`
In order to use a custom data directory: `--data-dir=/tmp/foo`
In order to remotely attach a debugger to the process: `--debug-jvm`
In order to set a different keystore password: `--keystore-password`
In order to set an Elasticsearch setting, provide a setting with the following prefix: `-Dtests.es.`
=== Test case filtering.