Browse Source

Fixed local option explanation in TESTING readme

Luca Cavanna 12 years ago
parent
commit
ed5b3ace57
1 changed files with 4 additions and 4 deletions
  1. 4 4
      TESTING.asciidoc

+ 4 - 4
TESTING.asciidoc

@@ -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: