Skip to content

Commit ed5b3ac

Browse files
committed
Fixed local option explanation in TESTING readme
1 parent 104613c commit ed5b3ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TESTING.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ mvn clean package -DskipTests
1818

1919
== Other test options
2020

21-
To disable and enable netty transport, set the `ES_TEST_LOCAL`
21+
To disable and enable network transport, set the `ES_TEST_LOCAL`
2222
environment variable.
2323

24-
Use netty transport:
24+
Use network transport (default):
2525

2626
------------------------------------
27-
export ES_TEST_LOCAL=true && mvn test
27+
export ES_TEST_LOCAL=false && mvn test
2828
------------------------------------
2929

3030
Use local transport:
3131

3232
-------------------------------------
33-
export ES_TEST_LOCAL=false && mvn test
33+
export ES_TEST_LOCAL=true && mvn test
3434
-------------------------------------
3535

3636
Wait on mapping changes:

0 commit comments

Comments
 (0)