Commit 3eadb5a
committed
Minor correction for Java test instructions
This is a minor correction to the instructions for running Java tests.
The instructions as updated in
rapidsai#1004 indicates the following:
```
mvn verify -Dintegration-test=com.nvidia.cuvs.CagraBuildAndSearchIT
```
Per the documentation for the
[`failsafe`](https://maven.apache.org/surefire/maven-failsafe-plugin/examples/single-test.html),
plugin, this commit changes this to the following:
```
mvn verify -Dit.test=com.nvidia.cuvs.CagraBuildAndSearchIT
```1 parent 3fcaf8d commit 3eadb5a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments