This commit is contained in:
Julien Viet
2017-09-20 17:39:19 +02:00
parent 5e7c15386d
commit 5690af02d4

View File

@@ -32,7 +32,7 @@ Vert.x supports domain sockets on Linux exclusively, to run the tests with domai
> mvn test -Dvertx.testNativeTransport=true -Dtest.useDomainSockets
```
Vert.x has a few integrations tests that runs a differently configured JVM (classpath, system properties, etc....)
Vert.x has a few integrations tests that run a differently configured JVM (classpath, system properties, etc....)
for ALPN, native and logging
```