From 9e60f4cd17a5574a52755c58c78bf7291440a79b Mon Sep 17 00:00:00 2001 From: Stanislav Kozlovski Date: Fri, 14 Jun 2019 16:21:38 +0300 Subject: [PATCH] MINOR: Add system tests README link from main README (#6939) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d443495ee4..3f24e1f370e 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,10 @@ The following options should be set with a `-P` switch, for example `./gradlew - * `testLoggingEvents`: unit test events to be logged, separated by comma. For example `./gradlew -PtestLoggingEvents=started,passed,skipped,failed test`. * `xmlSpotBugsReport`: enable XML reports for spotBugs. This also disables HTML reports as only one can be enabled at a time. +### Running system tests ### + +See [tests/README.md](tests/README.md). + ### Running in Vagrant ### See [vagrant/README.md](vagrant/README.md).