Skip to content

Commit 5c44e02

Browse files
docs: fix typos and repetition in test framework dev guide (elastic#5024)
1 parent 8921f63 commit 5c44e02

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/test-framework-dev-guide.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ The test are run with mage using the `integration` namespace:
4747

4848
- `mage integration:local [testName|all]` to execute only those tests under the
4949
`testing/integration` folder that set `Local: true`. It'll run all the tests if
50-
`all` is passed as argument, or it'll pass `[testName]` to `go test` as
51-
- `--run=[testName]`.These tests are executed on your local machine.
52-
53-
- `mage integration:local [testName]` same as `mage integration:local`, but it'll
54-
pass `[testName]` to `go test` as `--run=[testName]`.
50+
`all` is passed as argument, or it'll pass `[testName]` to `go test` as
51+
`--run=[testName]`. These tests are executed on your local machine.
5552

5653
- `mage integration:single [testName]` to execute a single test under the `testing/integration` folder. Only the selected test will be executed on remote VMs.
5754

0 commit comments

Comments
 (0)