Skip to content

Commit

Permalink
MINOR: Add system tests README link from main README (apache#6939)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavkozlovski authored and omkreddy committed Jun 14, 2019
1 parent 48b65ac commit 9e60f4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9e60f4c

Please sign in to comment.