Skip to content

Commit

Permalink
Merge branch 'main' into fix/socket_path_deb_rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksmaus authored Jul 2, 2024
2 parents 2a58475 + 5c44e02 commit 8e77c2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/test-framework-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ The test are run with mage using the `integration` namespace:

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

- `mage integration:local [testName]` same as `mage integration:local`, but it'll
pass `[testName]` to `go test` as `--run=[testName]`.
`all` is passed as argument, or it'll pass `[testName]` to `go test` as
`--run=[testName]`. These tests are executed on your local machine.

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

Expand Down

0 comments on commit 8e77c2c

Please sign in to comment.