Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Oct 3, 2024
1 parent b197a8b commit c54c0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Run `mvn help:all-profiles` to list supported Spark versions.

### Running tests

The unit tests get run by default when building unless their are explicitly skipped with -DskipTests
The unit tests are run by default when building unless their are explicitly skipped with `-DskipTests`

To run an individual test the -Dsuites option can be specified:
To run an individual test the `-Dsuites` option can be specified:

```bash
mvn test -Dsuites=com.nvidia.spark.rapids.tool.qualification.QualificationSuite
Expand Down

0 comments on commit c54c0c0

Please sign in to comment.