Fixed local option explanation in TESTING readme
This commit is contained in:
parent
104613c0b9
commit
ed5b3ace57
|
@ -18,19 +18,19 @@ mvn clean package -DskipTests
|
|||
|
||||
== Other test options
|
||||
|
||||
To disable and enable netty transport, set the `ES_TEST_LOCAL`
|
||||
To disable and enable network transport, set the `ES_TEST_LOCAL`
|
||||
environment variable.
|
||||
|
||||
Use netty transport:
|
||||
Use network transport (default):
|
||||
|
||||
------------------------------------
|
||||
export ES_TEST_LOCAL=true && mvn test
|
||||
export ES_TEST_LOCAL=false && mvn test
|
||||
------------------------------------
|
||||
|
||||
Use local transport:
|
||||
|
||||
-------------------------------------
|
||||
export ES_TEST_LOCAL=false && mvn test
|
||||
export ES_TEST_LOCAL=true && mvn test
|
||||
-------------------------------------
|
||||
|
||||
Wait on mapping changes:
|
||||
|
|
Loading…
Reference in New Issue