Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Taylor <[email protected]>
  • Loading branch information
systay authored Jun 25, 2024
1 parent 48bdc45 commit 77ffdcd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ Usage of ./vitess-tester:
Get output in an xml file instead of errors directory
```

By default, it connects to the MySQL server at 127.0.0.1 with root and no password, and to the vtgate server at 127.0.0.1 with root and no password:
It will bring up a MySQL server and a vtgate server on 127.0.0.1, both with root and no password configured.

```sh
./vitess-tester # run all the tests
./vitess-tester example # run a specified test
./vitess-tester example1 example2 example3 # seperate different tests with one or more spaces
./vitess-tester t/example.test # run a specified test
./vitess-tester t/example1.test t/example2.test t/example3.test # seperate different tests with one or more spaces
./vitess-tester t/*.test # wildcards can be used
```

## Contributing
Expand Down

0 comments on commit 77ffdcd

Please sign in to comment.