Fixed local option explanation in TESTING readme

This commit is contained in:
Luca Cavanna 2013-12-07 20:52:47 +01:00
parent 104613c0b9
commit ed5b3ace57
1 changed files with 4 additions and 4 deletions

View File

@ -18,19 +18,19 @@ mvn clean package -DskipTests
== Other test options == 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. 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: Use local transport:
------------------------------------- -------------------------------------
export ES_TEST_LOCAL=false && mvn test export ES_TEST_LOCAL=true && mvn test
------------------------------------- -------------------------------------
Wait on mapping changes: Wait on mapping changes: