Skip to content

Commit

Permalink
Fix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Sep 9, 2020
1 parent 1363245 commit 028aabe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Note that using `--rerun-fails` may require the use of other flags, depending on
how you specify args to `go test`:

* when used with `--raw-command` the re-run will pass additional arguments to
the command. The first arg is the name of a go package, and the second is a
`-run` flag with a regex that matches all the failed tests in that
package. These additional args can be passed to `go test`, or a test binary.
the command. The first arg is a `-run` flag with a regex that matches the test to re-run,
and second is the name of a go package. These additional args can be passed to `go test`,
or a test binary.
* when used with any `go test` args (anything after `--` on the command line), the list of
packages to test must be specified as a space separated list using the `--packages` arg.

Expand Down

0 comments on commit 028aabe

Please sign in to comment.