|
@@ -248,6 +248,13 @@ Pass arbitrary jvm arguments.
|
|
|
./gradlew test -Dtests.jvm.argline="-Djava.security.debug=access,failure"
|
|
|
------------------------------
|
|
|
|
|
|
+Pass build arguments.
|
|
|
+
|
|
|
+------------------------------
|
|
|
+# Run tests against a release build. License key must be provided, but usually can be anything.
|
|
|
+./gradlew test -Dbuild.snapshot=false -Dlicense.key="x-pack/license-tools/src/test/resources/public.key"
|
|
|
+------------------------------
|
|
|
+
|
|
|
== Running verification tasks
|
|
|
|
|
|
To run all verification tasks, including static checks, unit tests, and integration tests:
|