Improve debugging experience for single integration test case

This commit is contained in:
Paul Morie 2016-06-13 15:11:02 -04:00
parent c2022785be
commit 4c6e8c6738
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ To run all unit tests and generate an HTML coverage report, run the following:
KUBE_COVER=y hack/test-go.sh
```
At the end of the run, an the HTML report will be generated with the path
At the end of the run, an HTML report will be generated with the path
printed to stdout.
To run tests and collect coverage in only one package, pass its relative path