Skip to content

Commit

Permalink
Review instructions for running launch script tests with Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 1, 2020
1 parent 0d80f46 commit a341d00
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ user to be able to connect to the daemon.

== 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
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
Expand Down

0 comments on commit a341d00

Please sign in to comment.