Improve debugging experience for single integration test case

This commit is contained in:
Paul Morie
2016-06-13 15:11:02 -04:00
parent 15213d0a1c
commit 25f25cbafd
2 changed files with 17 additions and 7 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