Document running a single test

This commit is contained in:
Arthur Barr
2017-11-29 16:08:12 +00:00
parent a80b839c14
commit 2f3ca70d7b

View File

@@ -50,6 +50,12 @@ or:
make test-advancedserver
```
You can pass parameters to `go test` with an environment variable. For example, to run the "TestGoldenPath" test, run the following command::
```
TEST_OPTS_DOCKER="-run TestGoldenPath" make test-advancedserver
```
### Running the Docker tests with code coverage
You can produce code coverage results from the Docker tests by running the following: