mirror of https://github.com/apache/kafka.git
MINOR: Add system tests README link from main README (#6939)
This commit is contained in:
parent
48b65ac617
commit
9e60f4cd17
|
@ -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`.
|
* `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.
|
* `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 ###
|
### Running in Vagrant ###
|
||||||
|
|
||||||
See [vagrant/README.md](vagrant/README.md).
|
See [vagrant/README.md](vagrant/README.md).
|
||||||
|
|
Loading…
Reference in New Issue