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:
parent
b832fe30ab
commit
01fb7272bb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue