Skip to content

Commit

Permalink
Update the README with working test examples
Browse files Browse the repository at this point in the history
* The existing examples of how to run single tests are broken, updating
them with working examples.
* Resolves #984
  • Loading branch information
lbergelson committed Nov 9, 2018
1 parent 393f2c0 commit 10a7bc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ Example gradle usage from the htsjdk root directory:
```
./gradlew test
./gradlew test -Dtest.single=TestClassName
./gradlew test --tests AlleleUnitTest
./gradlew test --tests htsjdk.variant.variantcontext.AlleleUnitTest
./gradlew test --tests "*AlleleUnitTest"
./gradlew test --tests "*AlleleUnitTest" --debug-jvm
./gradlew test --tests AlleleUnitTest --debug-jvm
```

- run tests and collect coverage information (report will be in `build/reports/jacoco/test/html/index.html`)
Expand Down

0 comments on commit 10a7bc6

Please sign in to comment.