Skip to content

Commit

Permalink
[Docs]remove wrong step when run selected test packages. (apache#10953)
Browse files Browse the repository at this point in the history
* remove wrong step when run selected test packages.

* Update README.md

Co-authored-by: Anonymitaet <[email protected]>

Co-authored-by: Anonymitaet <[email protected]>
  • Loading branch information
sourcelliu and Anonymitaet authored Jun 21, 2021
1 parent b366ade commit 9ada9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ $ mvn test -Dtest=unit-test-name (e.g: ConsumerBuilderImplTest)
Run Selected Test packages:

```bash
$ cd module-name (e.g: pulsar-broker)
$ mvn test -pl module-name -Dinclude=org/apache/pulsar/**/*.java
$ mvn test -pl module-name (for example, pulsar-broker) -Dinclude=org/apache/pulsar/**/*.java
```

Start standalone Pulsar service:
Expand Down

0 comments on commit 9ada9ef

Please sign in to comment.