You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2019/06/14 13:21:58 UTC

[kafka] branch trunk updated: MINOR: Add system tests README link from main README (#6939)

This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9e60f4c  MINOR: Add system tests README link from main README (#6939)
9e60f4c is described below

commit 9e60f4cd17a5574a52755c58c78bf7291440a79b
Author: Stanislav Kozlovski <fa...@windowslive.com>
AuthorDate: Fri Jun 14 16:21:38 2019 +0300

    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 0d44349..3f24e1f 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).