Skip to content

Commit

Permalink
doc(spark): fix an error command in README.md (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky authored Aug 12, 2024
1 parent 8bb741e commit b8f122f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven-projects/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ first, you need to download the testing data:
```

```bash
$ GRA_TEST_DATA=./testing mvn clean install
$ GAR_TEST_DATA=./testing mvn clean install
```

Build and run the unit tests:

```bash
$ GRA_TEST_DATA=./testing mvn clean test
$ GAR_TEST_DATA=./testing mvn clean test
```

Build and run certain unit test:

```bash
$ GRA_TEST_DATA=${PWD}/testing mvn clean test -Dsuites='org.apache.graphar.GraphInfoSuite' # run the GraphInfo test suite
$ GRA_TEST_DATA=${PWD}/testing mvn clean test -Dsuites='org.apache.graphar.GraphInfoSuite load graph info' # run the `load graph info` test of test suite
$ GAR_TEST_DATA=${PWD}/testing mvn clean test -Dsuites='org.apache.graphar.GraphInfoSuite' # run the GraphInfo test suite
$ GAR_TEST_DATA=${PWD}/testing mvn clean test -Dsuites='org.apache.graphar.GraphInfoSuite load graph info' # run the `load graph info` test of test suite
```

### Generate API document
Expand Down

0 comments on commit b8f122f

Please sign in to comment.