Merge branch '2.3.x'

Closes gh-23155
This commit is contained in:
Stephane Nicoll 2020-09-01 11:32:00 +02:00
commit 2e4b338704
1 changed files with 4 additions and 1 deletions

View File

@ -38,11 +38,14 @@ user to be able to connect to the daemon.
== Running the tests == Running the tests
NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java
9 and later.
You're now ready to run the tests. Assuming that you're in the same directory as this You're now ready to run the tests. Assuming that you're in the same directory as this
README, the tests can be launched as follows: README, the tests can be launched as follows:
---- ----
$ mvn -Pdocker clean verify $ gradle intTest
---- ----
The first time the tests are run, Docker will create the container images that are used to The first time the tests are run, Docker will create the container images that are used to